doc/fr/docproj/Makefile
Stephane Legrand 25f4e9abb4 New set of translations.
fr/docproj/sgml.sgml: MFen 1.20
  fr/docproj/submitting.sgml: MFen 1.11
  fr/docproj/translations.sgml: MFen 1.53
  fr/docproj/who.sgml: MFen 1.11
2003-03-02 15:21:56 +00:00

24 lines
516 B
Makefile

# $FreeBSD: www/fr/docproj/Makefile,v 1.1 2003/02/23 17:57:17 stephane Exp $
# The FreeBSD French Documentation Project
# Original revision: 1.9
.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+= 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"