diff options
author | hubertf <hubertf> | 2004-11-20 13:24:00 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2004-11-20 13:24:00 +0000 |
commit | 7b1f4498b5160724df8890abe989d4131f7fcd37 (patch) | |
tree | a023dd5e4a1a0e15010b275d5a774dc32a3e0c65 /doc | |
parent | 0ed448a97848506bd3de6126439f8b665bb0c765 (diff) | |
download | pkgsrc-7b1f4498b5160724df8890abe989d4131f7fcd37.tar.gz |
Enable PDF by default, so all our documentation has a chance to be in
a consistent state.
Diffstat (limited to 'doc')
-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) |