doc/fr/docproj/Makefile
Stephane Legrand e6f6c66e31 New translation.
fr/docproj/handbook3.sgml: MFen 1.15
2003-08-16 21:01:33 +00:00

25 lines
540 B
Makefile

# $FreeBSD: www/fr/docproj/Makefile,v 1.2 2003/03/02 15:21:56 stephane Exp $
# The FreeBSD French Documentation Project
# Original revision: 1.10
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= current.sgml
DOCS+= doc-set.sgml
DOCS+= handbook.sgml
DOCS+= handbook3.sgml
DOCS+= sgml.sgml
DOCS+= submitting.sgml
DOCS+= who.sgml
DOCS+= translations.sgml
DOCS+= docproj.sgml
INDEXLINK= docproj.html
.include "${WEB_PREFIX}/share/mk/web.site.mk"