aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/articles
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>1999-09-03 17:11:28 +0000
committerNik Clayton <nik@FreeBSD.org>1999-09-03 17:11:28 +0000
commitfd86fdc3237e6c1a0554e7983ad9ea0d4e4194bd (patch)
treeadf99b1b2fee99e3643a4cdc818d59d4eb08f4c8 /en_US.ISO8859-1/articles
parent5f291ead9b511db7c0e9ea602a7024771734b234 (diff)
downloaddoc-fd86fdc3237e6c1a0554e7983ad9ea0d4e4194bd.tar.gz
doc-fd86fdc3237e6c1a0554e7983ad9ea0d4e4194bd.zip
List the new committers guide.
List "new-users" in ROOT_SYMLINKS, so it will get included in the top level as necessary. Use doc.project.mk in place of docproj.docbook.mk.
Notes
Notes: svn path=/head/; revision=5504
Diffstat (limited to 'en_US.ISO8859-1/articles')
-rw-r--r--en_US.ISO8859-1/articles/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/en_US.ISO8859-1/articles/Makefile b/en_US.ISO8859-1/articles/Makefile
index 90a8fcbb0e..c31faaf7c5 100644
--- a/en_US.ISO8859-1/articles/Makefile
+++ b/en_US.ISO8859-1/articles/Makefile
@@ -1,6 +1,7 @@
-# $Id: Makefile,v 1.2 1999-08-17 21:35:52 nik Exp $
+# $Id: Makefile,v 1.3 1999-09-03 17:11:28 nik Exp $
-SUBDIR = diskless-x
+SUBDIR = committers-guide
+SUBDIR+= diskless-x
SUBDIR+= fonts
SUBDIR+= formatting-media
SUBDIR+= mh
@@ -8,4 +9,7 @@ SUBDIR+= multi-os
SUBDIR+= new-users
SUBDIR+= programming-tools
-.include <bsd.subdir.mk>
+ROOT_SYMLINKS+= new-users
+
+DOC_PREFIX?= ${.CURDIR}/../..
+.include "${DOC_PREFIX}/share/mk/doc.project.mk"