Suppress HTML Tidy's version string output.
This commit is contained in:
parent
c61da2b6d9
commit
82e24f3e86
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39539
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ TOUCH?= /usr/bin/touch
|
|||
XARGS?= /usr/bin/xargs
|
||||
|
||||
GROFF?= groff
|
||||
TIDY_VER!= ${TIDY} -v
|
||||
TIDY_VER!= ${TIDY} -v 2>&1
|
||||
.if ${TIDY_VER} == "HTML Tidy for FreeBSD released on 7 December 2008"
|
||||
TIDYOPTS?= -wrap 90 -m -raw --preserve-entities yes -f /dev/null -asxml ${TIDYFLAGS}
|
||||
.else
|
||||
|
|
Loading…
Reference in a new issue