aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2007-11-06 23:49:47 +0000
committerNikolaus Schulz <microschulz@web.de>2007-11-06 23:49:47 +0000
commit2d608bffe7ffd0a75c79297ff34fb5f98aaa2169 (patch)
tree849bd33c407cabe9a85b774c2993aeaffc89ce25 /Makefile
parent5f929f6697145aed4f656074201f88e7c293289f (diff)
downloadarchivemail-2d608bffe7ffd0a75c79297ff34fb5f98aaa2169.tar.gz
archivemail-2d608bffe7ffd0a75c79297ff34fb5f98aaa2169.tar.bz2
archivemail-2d608bffe7ffd0a75c79297ff34fb5f98aaa2169.zip
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. :-)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0f13485..572e6d6 100644
--- a/Makefile
+++ b/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