From 2d608bffe7ffd0a75c79297ff34fb5f98aaa2169 Mon Sep 17 00:00:00 2001 From: Nikolaus Schulz Date: Tue, 6 Nov 2007 23:49:47 +0000 Subject: 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. :-) --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.3