aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO_8859-1/articles/new-users
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>1999-08-16 22:09:20 +0000
committerNik Clayton <nik@FreeBSD.org>1999-08-16 22:09:20 +0000
commit7fc8947ce8107903e54b4019fde201d067d62e22 (patch)
treea7cc40e4a2fa632d7b28d086eb302a97c63f556d /en_US.ISO_8859-1/articles/new-users
parent59dba67e397ff875ed64926bc2bb41f9cba44b7b (diff)
downloaddoc-7fc8947ce8107903e54b4019fde201d067d62e22.tar.gz
doc-7fc8947ce8107903e54b4019fde201d067d62e22.zip
The new Makefile framework. Does the right thing (pretty much) except
in the case of */FAQ/Makefile, because the FAQs are all in the wrong place. Things still install properly, but some of the directory paths are hardcoded. This will be going away ASAP.
Notes
Notes: svn path=/head/; revision=5368
Diffstat (limited to 'en_US.ISO_8859-1/articles/new-users')
-rw-r--r--en_US.ISO_8859-1/articles/new-users/Makefile15
1 files changed, 11 insertions, 4 deletions
diff --git a/en_US.ISO_8859-1/articles/new-users/Makefile b/en_US.ISO_8859-1/articles/new-users/Makefile
index d8131087f4..0d0727a6c0 100644
--- a/en_US.ISO_8859-1/articles/new-users/Makefile
+++ b/en_US.ISO_8859-1/articles/new-users/Makefile
@@ -1,7 +1,14 @@
-# $Id: Makefile,v 1.3 1997-07-01 05:38:15 max Exp $
+# $Id: Makefile,v 1.4 1999-08-16 22:09:09 nik Exp $
-DOCS= newuser.docb
-INDEXLINK= newuser.html
+DOC?= article
-.include "../../web.mk"
+FORMATS?= html
+INSTALL_COMPRESSED?=gz
+INSTALL_ONLY_COMPRESSED?=
+
+SRCS= article.sgml
+
+DOC_PREFIX?= ../../..
+
+.include "../../../share/mk/docproj.docbook.mk"