aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorSimon L. B. Nielsen <simon@FreeBSD.org>2003-09-18 21:39:37 +0000
committerSimon L. B. Nielsen <simon@FreeBSD.org>2003-09-18 21:39:37 +0000
commit4c6ebf3b411d89295e725937183b43bc36a5fe43 (patch)
tree470b64b0475bc576edddba6ab10f842d0ce3e60b /share
parent69be6f5e2c315856f471b595c096527f0fa49716 (diff)
downloaddoc-4c6ebf3b411d89295e725937183b43bc36a5fe43.tar.gz
doc-4c6ebf3b411d89295e725937183b43bc36a5fe43.zip
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
Notes
Notes: svn path=/head/; revision=18164
Diffstat (limited to 'share')
-rw-r--r--share/mk/doc.docbook.mk2
1 files changed, 1 insertions, 1 deletions
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