doc/Makefile
changeset 1428 9346a7fb3fe2
parent 1006 b0e581438835
child 1689 c6c76ead1cc1
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -15,7 +15,7 @@ html: $(HTML)
 	asciidoc -d manpage -b docbook $*.txt
 
 %.html: %.txt
-	asciidoc -b html $*.txt
+	asciidoc -b html4 $*.txt
 
 clean:
 	$(RM) $(MAN) $(MAN:%=%.xml) $(MAN:%=%.html)