pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc/guide Check XML/SGML syntax before anything else!



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e546b5505c69
branches:  trunk
changeset: 482749:e546b5505c69
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Tue Nov 02 17:52:35 2004 +0000

description:
Check XML/SGML syntax before anything else!
mmm, sato-san!

diffstat:

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

diffs (18 lines):

diff -r 2895fc900a4e -r e546b5505c69 doc/guide/Makefile
--- a/doc/guide/Makefile        Tue Nov 02 17:48:04 2004 +0000
+++ b/doc/guide/Makefile        Tue Nov 02 17:52:35 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/10/22 00:40:44 hubertf Exp $
+# $NetBSD: Makefile,v 1.6 2004/11/02 17:52:35 hubertf Exp $
 #
 
 DISTNAME=              htdocs-share-20041021
@@ -26,7 +26,7 @@
 HTDOCSDIR?=            /usr/cvs/htdocs
 
 BUILD_DEFS+=           OUTPUTS
-OUTPUTS?=              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