diff options
author | hubertf <hubertf@pkgsrc.org> | 2004-11-02 17:52:35 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2004-11-02 17:52:35 +0000 |
commit | 9f4b47263a8cb4fc154f8129c40ec34d26e9b0c3 (patch) | |
tree | 02e1cea1a96ac790c857ae7de9185f938d723eaa /doc/guide/Makefile | |
parent | e29029d7cdbd129b038bc265b264deae9d788ce6 (diff) | |
download | pkgsrc-9f4b47263a8cb4fc154f8129c40ec34d26e9b0c3.tar.gz |
Check XML/SGML syntax before anything else!
mmm, sato-san!
Diffstat (limited to 'doc/guide/Makefile')
-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 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) |