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:
parent
6c1aeec5bf
commit
d5ae20429b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43376
1 changed files with 0 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue