aboutsummaryrefslogtreecommitdiff
path: root/fr_FR.ISO8859-1/htdocs/releases/4.6R/Makefile
blob: 939e9ff923f60216e6d503328fc74b83b8af07af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $FreeBSD$

# The FreeBSD French Documentation Project
# Original revision: 1.4

.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif

# DOCS=	announce.sgml contents.sgml
# DOCS+=	hardware.sgml relnotes.sgml qa.sgml schedule.sgml
DOCS= relnotes.sgml

DATA=	docbook.css
# DATA+=	errata.html
# DATA+=	hardware-alpha.html hardware-i386.html
DATA+=	relnotes-alpha.html relnotes-i386.html
# DATA+=	cd1.txt cd2.txt cd3.txt cd4.txt mini.txt

.include "${WEB_PREFIX}/share/mk/web.site.mk"