aboutsummaryrefslogtreecommitdiff
path: root/fr_FR.ISO8859-1/htdocs/releases/5.0R/DP1/Makefile
blob: a71d212a9d71cbafb22225a09ecdaaa1dde8bb6e (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
24
25
26
27
28
29
30
31
# $FreeBSD$

# The FreeBSD French Documentation Project
# Original revision: 1.2

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

# DOCS=	hardware.sgml relnotes.sgml installation.sgml
# DOCS+=	announce.sgml
# contents.sgml
DOCS= relnotes.sgml

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

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