diff options
Diffstat (limited to 'doc/guide/files/Makefile')
-rw-r--r-- | doc/guide/files/Makefile | 5 |
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 |