pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc/guide/files Do not pass HTML results through tidy ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/55da75ee5d81
branches:  trunk
changeset: 513292:55da75ee5d81
user:      mishka <mishka%pkgsrc.org@localhost>
date:      Wed May 24 07:55:59 2006 +0000

description:
Do not pass HTML results through tidy - DocBook XSLT produces valid HTML output.

diffstat:

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

diffs (19 lines):

diff -r 4201563ba323 -r 55da75ee5d81 doc/guide/files/Makefile
--- a/doc/guide/files/Makefile  Wed May 24 07:54:11 2006 +0000
+++ b/doc/guide/files/Makefile  Wed May 24 07:55:59 2006 +0000
@@ -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 @@
 # 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



Home | Main Index | Thread Index | Old Index