mirror of
https://git.code.sf.net/p/archivemail/code
synced 2024-12-22 07:42:55 +00:00
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:
parent
5f929f6697
commit
2d608bffe7
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue