Revert r43375. It was mentioned that tidy(1) breaks entity

references, so this will only cause more problems than it
solves.

The 'make reformat' change was made for diff reduction purposes
only, which is not necessary here.

Requested by:	hrs
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2013-12-24 00:58:44 +00:00
parent 6c1aeec5bf
commit d5ae20429b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43376

View file

@ -7,20 +7,8 @@
.include "../Makefile.inc"
.endif
TIDY?= /usr/local/bin/tidy
DOCS= schedule.xml
HTMLFILES= errata.html \
hardware.html \
readme.html \
relnotes.html
DATA= docbook.css
.include "${DOC_PREFIX}/share/mk/web.site.mk"
reformat:
.for _f in ${HTMLFILES}
${TIDY} -preserve -omit -latin1 ${_f} > ${_f}.tmp || true
mv ${_f}.tmp ${_f}
.endfor