aboutsummaryrefslogtreecommitdiff
path: root/fr_FR.ISO8859-1/htdocs/docproj/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fr_FR.ISO8859-1/htdocs/docproj/Makefile')
-rw-r--r--fr_FR.ISO8859-1/htdocs/docproj/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/fr_FR.ISO8859-1/htdocs/docproj/Makefile b/fr_FR.ISO8859-1/htdocs/docproj/Makefile
new file mode 100644
index 0000000000..29ea04d820
--- /dev/null
+++ b/fr_FR.ISO8859-1/htdocs/docproj/Makefile
@@ -0,0 +1,25 @@
+# $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"