aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>1999-08-17 21:35:56 +0000
committerNik Clayton <nik@FreeBSD.org>1999-08-17 21:35:56 +0000
commitdce55200fb748e1c4618457854b661df16d97b4f (patch)
tree708767627ad469834b13ca6dafbb38eef0c87c18 /en_US.ISO8859-1
parent7330e829a064b6fc675e313b75c783da9507e4e4 (diff)
downloaddoc-dce55200fb748e1c4618457854b661df16d97b4f.tar.gz
doc-dce55200fb748e1c4618457854b661df16d97b4f.zip
More Makefile framework. I don't know why CVS didn't commit these with
the other batch.
Notes
Notes: svn path=/head/; revision=5380
Diffstat (limited to 'en_US.ISO8859-1')
-rw-r--r--en_US.ISO8859-1/articles/Makefile2
-rw-r--r--en_US.ISO8859-1/articles/diskless-x/Makefile2
-rw-r--r--en_US.ISO8859-1/books/Makefile2
-rw-r--r--en_US.ISO8859-1/books/handbook/Makefile9
4 files changed, 8 insertions, 7 deletions
diff --git a/en_US.ISO8859-1/articles/Makefile b/en_US.ISO8859-1/articles/Makefile
index 64b5e5930c..90a8fcbb0e 100644
--- a/en_US.ISO8859-1/articles/Makefile
+++ b/en_US.ISO8859-1/articles/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1999-08-16 22:09:19 nik Exp $
+# $Id: Makefile,v 1.2 1999-08-17 21:35:52 nik Exp $
SUBDIR = diskless-x
SUBDIR+= fonts
diff --git a/en_US.ISO8859-1/articles/diskless-x/Makefile b/en_US.ISO8859-1/articles/diskless-x/Makefile
index 47902c9076..cd54c8a457 100644
--- a/en_US.ISO8859-1/articles/diskless-x/Makefile
+++ b/en_US.ISO8859-1/articles/diskless-x/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1999-08-16 22:00:10 nik Exp $
+# $Id: Makefile,v 1.2 1999-08-17 21:35:52 nik Exp $
DOC?= article
diff --git a/en_US.ISO8859-1/books/Makefile b/en_US.ISO8859-1/books/Makefile
index 24f2ef3425..90d2f1715b 100644
--- a/en_US.ISO8859-1/books/Makefile
+++ b/en_US.ISO8859-1/books/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1999-08-16 22:09:05 nik Exp $
+# $Id: Makefile,v 1.2 1999-08-17 21:35:53 nik Exp $
SUBDIR = fdp-primer
SUBDIR+= handbook
diff --git a/en_US.ISO8859-1/books/handbook/Makefile b/en_US.ISO8859-1/books/handbook/Makefile
index 03599ce2b8..ae4e1754f4 100644
--- a/en_US.ISO8859-1/books/handbook/Makefile
+++ b/en_US.ISO8859-1/books/handbook/Makefile
@@ -1,12 +1,12 @@
#
-# $Id: Makefile,v 1.21 1999-05-05 20:31:23 nik Exp $
+# $Id: Makefile,v 1.22 1999-08-17 21:35:54 nik Exp $
#
# Build the FreeBSD Handbook.
#
MAINTAINER=nik@FreeBSD.ORG
-DOC?= handbook
+DOC?= book
FORMATS?= html-split
@@ -19,7 +19,7 @@ INSTALL_ONLY_COMPRESSED?=
#
# SGML content
-SRCS= handbook.sgml
+SRCS= book.sgml
SRCS+= advanced-networking/chapter.sgml
SRCS+= backups/chapter.sgml
SRCS+= basics/chapter.sgml
@@ -55,4 +55,5 @@ SRCS+= authors.ent
SRCS+= chapters.ent
SRCS+= mailing-lists.ent
-.include "../../share/mk/docproj.docbook.mk"
+DOC_PREFIX?= ../../..
+.include "../../../share/mk/docproj.docbook.mk"