e6f6c66e31
fr/docproj/handbook3.sgml: MFen 1.15
25 lines
540 B
Makefile
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"
|