From e158fcd14991e7a922d8983c1f50e7ae8151bdcc Mon Sep 17 00:00:00 2001 From: hubertf Date: Tue, 2 Nov 2004 17:52:35 +0000 Subject: Check XML/SGML syntax before anything else! mmm, sato-san! --- doc/guide/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guide/Makefile b/doc/guide/Makefile index 324b498d807..7ec5172e8b9 100644 --- a/doc/guide/Makefile +++ b/doc/guide/Makefile @@ -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 @@ DOCDIR= ${PREFIX}/share/doc/pkgsrc 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) -- cgit v1.2.3