Remove -i option and add -wrap 90 option for tidy (in doc.docbook.mk
the -i has been removed due to bad side-effects since 2003).
This commit is contained in:
parent
3c13fd5292
commit
0365ebc8cc
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=27232
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ PKG_CREATE?= /usr/sbin/pkg_create
|
|||
TAR?= /usr/bin/tar
|
||||
XARGS?= /usr/bin/xargs
|
||||
|
||||
TIDYOPTS?= -i -m -raw -preserve -f /dev/null -asxml ${TIDYFLAGS}
|
||||
TIDYOPTS?= -wrap 90 -m -raw -preserve -f /dev/null -asxml ${TIDYFLAGS}
|
||||
HTML2PDB?= ${PREFIX}/bin/iSiloBSD
|
||||
HTML2PDBOPTS?= -y -d0 -Idef ${HTML2PDBFLAGS}
|
||||
|
||||
|
|
Loading…
Reference in a new issue