diff options
author | hubertf <hubertf@pkgsrc.org> | 2004-11-20 13:24:00 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2004-11-20 13:24:00 +0000 |
commit | aa9329791ec5d85e4f78364a4e004bcf41eacabf (patch) | |
tree | a023dd5e4a1a0e15010b275d5a774dc32a3e0c65 /doc/guide | |
parent | aa0b0909729713add06c33e99cc84c5119441969 (diff) | |
download | pkgsrc-aa9329791ec5d85e4f78364a4e004bcf41eacabf.tar.gz |
Enable PDF by default, so all our documentation has a chance to be in
a consistent state.
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide/Makefile b/doc/guide/Makefile index 00c5a0fd1b0..72904ce4abb 100644 --- a/doc/guide/Makefile +++ b/doc/guide/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/11/09 17:37:29 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 2004/11/20 13:24:00 hubertf Exp $ # DISTNAME= htdocs-share-20041021 @@ -26,7 +26,7 @@ DOCDIR= ${PREFIX}/share/doc/pkgsrc HTDOCSDIR?= /usr/cvs/htdocs BUILD_DEFS+= OUTPUTS -OUTPUTS?= lint html html-split ascii # pdf +OUTPUTS?= lint html html-split ascii pdf # the html is needed to build the ascii version. .if !empty(OUTPUTS:Mascii) |