- Remove -preserve -raw from tidy options; it seems it does not
mess up charsets any more with these switches Approved by: doceng (implicit)
This commit is contained in:
parent
0a9f3a925e
commit
63b92e005c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/sgml2xml/; revision=39405
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ TOUCH?= /usr/bin/touch
|
||||||
XARGS?= /usr/bin/xargs
|
XARGS?= /usr/bin/xargs
|
||||||
|
|
||||||
GROFF?= groff
|
GROFF?= groff
|
||||||
TIDYOPTS?= -wrap 90 -m -raw -preserve -f /dev/null -asxml ${TIDYFLAGS}
|
TIDYOPTS?= -wrap 90 -m -f /dev/null -asxml ${TIDYFLAGS}
|
||||||
HTML2TXT?= ${PREFIX}/bin/links
|
HTML2TXT?= ${PREFIX}/bin/links
|
||||||
HTML2TXTOPTS?= -dump -width 72 ${HTML2TXTFLAGS}
|
HTML2TXTOPTS?= -dump -width 72 ${HTML2TXTFLAGS}
|
||||||
HTML2PDB?= ${PREFIX}/bin/iSiloBSD
|
HTML2PDB?= ${PREFIX}/bin/iSiloBSD
|
||||||
|
|
Loading…
Reference in a new issue