Makefile: run HTML tidy on the autogenerated HTML manpage. This spews quite

some errors and exits with nonzero, but the result is still very useful, and I
managed to tranquilize tidy. :-)
This commit is contained in:
Nikolaus Schulz 2007-11-06 23:49:47 +00:00
parent 5f929f6697
commit 2d608bffe7
1 changed files with 1 additions and 0 deletions

View File

@ -53,3 +53,4 @@ archivemail.1: archivemail.sgml
archivemail.html: archivemail.sgml db2html.dsl
docbook2html --dsl db2html.dsl -u archivemail.sgml
chmod 644 archivemail.html
tidy -modify -indent -f /dev/null archivemail.html || true