aboutsummaryrefslogtreecommitdiff
path: root/en/tutorials
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>1999-04-26 21:45:04 +0000
committerNik Clayton <nik@FreeBSD.org>1999-04-26 21:45:04 +0000
commit03e32648ec7453485ceea0bdc433276a29d70417 (patch)
tree8d3fc899e85f23fc8f4efcd43ff4513515d28a6f /en/tutorials
parent976c02ae81be1de13675fd34e8fed39410444846 (diff)
Notes
Diffstat (limited to 'en/tutorials')
-rw-r--r--en/tutorials/docproj-primer/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/en/tutorials/docproj-primer/Makefile b/en/tutorials/docproj-primer/Makefile
index 6321390a6d..da30afe48e 100644
--- a/en/tutorials/docproj-primer/Makefile
+++ b/en/tutorials/docproj-primer/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.1 1999-04-20 20:59:49 nik Exp $
+# $Id: Makefile,v 1.2 1999-04-26 21:45:04 nik Exp $
#
# Build the FreeBSD Documentation Project Primer.
#
@@ -8,7 +8,7 @@ MAINTAINER=nik@FreeBSD.ORG
DOC?= book
-FORMATS?= html-split
+FORMATS?= html-split html
INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?=
@@ -35,4 +35,6 @@ SRCS+= writing-style/chapter.sgml
# Entities
SRCS+= chapters.ent
+DOC_PREFIX?= ../../..
+
.include "../../../share/mk/docproj.docbook.mk"