--- a/doc/Makefile Mon Oct 24 14:54:17 2005 -0700
+++ b/doc/Makefile Mon Oct 24 14:54:34 2005 -0700
@@ -15,7 +15,7 @@
asciidoc -d manpage -b docbook $*.txt
%.html: %.txt
- asciidoc -b html $*.txt
+ asciidoc -b html4 $*.txt
clean:
$(RM) $(MAN) $(MAN:%=%.xml) $(MAN:%=%.html)