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

# The FreeBSD French Documentation Project
# Original revision: 1.15

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

DOCS=	copyright.sgml
DOCS+=	daemon.sgml
DOCS+=	freebsd-doc-license.sgml
DOCS+=	freebsd-license.sgml
DOCS+=	license.sgml
DOCS+=	trademarks.sgml

INDEXLINK= copyright.html

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