summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormishka <mishka@pkgsrc.org>2006-05-24 07:55:59 +0000
committermishka <mishka@pkgsrc.org>2006-05-24 07:55:59 +0000
commitb2ce9ede48405f50aede7cc25f0ffd9c2cc7e8bb (patch)
treee9fd39fbc128494d93ea9efe55662bc70361ca07
parentdca1020799d8bcea14c6e3eda24a7f653950c4ae (diff)
downloadpkgsrc-b2ce9ede48405f50aede7cc25f0ffd9c2cc7e8bb.tar.gz
Do not pass HTML results through tidy - DocBook XSLT produces valid HTML output.
-rw-r--r--doc/guide/files/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/guide/files/Makefile b/doc/guide/files/Makefile
index 1aa3189e6ae..4cfaaab13aa 100644
--- a/doc/guide/files/Makefile
+++ b/doc/guide/files/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/05/12 23:03:22 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2006/05/24 07:55:59 mishka Exp $
WEB_PREFIX?= ${.CURDIR}/../htdocs
@@ -38,6 +38,9 @@ SRCS+= chapters.ent
# Make deeper TOC:
XSL_DBX_WITH_TOC_SECTION_DEPTH?= 2
+# Avoid extra normalization
+NO_TIDY?= yes
+
all: # doing this as depends doesn't work
-${MAKE} html-split