From 4c6ebf3b411d89295e725937183b43bc36a5fe43 Mon Sep 17 00:00:00 2001 From: "Simon L. B. Nielsen" Date: Thu, 18 Sep 2003 21:39:37 +0000 Subject: [PATCH] Change the default Tidy options so it doesn't indent, and so it wraps the lines at column 90, instead of the default 68. This makes the resulting HTML considerably smaller. The change also band-aid a problem where Tidy wrap lines which shouldn't have been wrapped. This can cause extra spaces in the resulting HTML, e.g. resulting in "( audio/lame)" instead of "(audio/lame)". Discussed on: -doc --- share/mk/doc.docbook.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/mk/doc.docbook.mk b/share/mk/doc.docbook.mk index 4fe8931334..33db62c8c5 100644 --- a/share/mk/doc.docbook.mk +++ b/share/mk/doc.docbook.mk @@ -230,7 +230,7 @@ LATEX?= ${PREFIX}/bin/latex PDFTEX?= ${PREFIX}/bin/pdftex GROFF?= groff TIDY?= ${PREFIX}/bin/tidy -TIDYOPTS?= -i -m -raw -preserve -f /dev/null -asxml ${TIDYFLAGS} +TIDYOPTS?= -wrap 90 -m -raw -preserve -f /dev/null -asxml ${TIDYFLAGS} HTML2TXT?= ${PREFIX}/bin/links HTML2TXTOPTS?= -dump ${HTML2TXTFLAGS} HTML2PDB?= ${PREFIX}/bin/iSiloBSD