pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc/guide Enable PDF by default, so all our documentat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d85f1042fa92
branches:  trunk
changeset: 483857:d85f1042fa92
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Sat Nov 20 13:24:00 2004 +0000

description:
Enable PDF by default, so all our documentation has a chance to be in
a consistent state.

diffstat:

 doc/guide/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 89890d5e201f -r d85f1042fa92 doc/guide/Makefile
--- a/doc/guide/Makefile        Sat Nov 20 13:11:36 2004 +0000
+++ b/doc/guide/Makefile        Sat Nov 20 13:24:00 2004 +0000
@@ -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 @@
 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)



Home | Main Index | Thread Index | Old Index