aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/htdocs/docproj/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'en_US.ISO8859-1/htdocs/docproj/Makefile')
-rw-r--r--en_US.ISO8859-1/htdocs/docproj/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/en_US.ISO8859-1/htdocs/docproj/Makefile b/en_US.ISO8859-1/htdocs/docproj/Makefile
new file mode 100644
index 0000000000..2b3a4536ee
--- /dev/null
+++ b/en_US.ISO8859-1/htdocs/docproj/Makefile
@@ -0,0 +1,23 @@
+# $FreeBSD: www/en/docproj/Makefile,v 1.10 2003/05/18 20:49:48 murray Exp $
+
+.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
+DOCS+= todo.sgml
+
+INDEXLINK= docproj.html
+
+.include "${WEB_PREFIX}/share/mk/web.site.mk"