aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/articles/contributors/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'en_US.ISO8859-1/articles/contributors/Makefile')
-rw-r--r--en_US.ISO8859-1/articles/contributors/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/en_US.ISO8859-1/articles/contributors/Makefile b/en_US.ISO8859-1/articles/contributors/Makefile
new file mode 100644
index 0000000000..9a6caf9789
--- /dev/null
+++ b/en_US.ISO8859-1/articles/contributors/Makefile
@@ -0,0 +1,27 @@
+#
+# $FreeBSD$
+#
+# Article: Contributors to FreeBSD
+
+DOC?= article
+
+FORMATS?= html
+WITH_ARTICLE_TOC?= YES
+
+INSTALL_COMPRESSED?=gz
+INSTALL_ONLY_COMPRESSED?=
+
+SRCS= article.sgml
+SRCS+= contrib.ent
+SRCS+= contrib.386bsd.sgml
+SRCS+= contrib.additional.sgml
+SRCS+= contrib.committers.sgml
+SRCS+= contrib.corealumni.sgml
+SRCS+= contrib.develalumni.sgml
+SRCS+= contrib.develinmemoriam.sgml
+SRCS+= contrib.portmgralumni.sgml
+
+URL_RELPREFIX?= ../../../..
+DOC_PREFIX?= ${.CURDIR}/../../..
+
+.include "${DOC_PREFIX}/share/mk/doc.project.mk"