Update asciidoc instructions to suggest html4 for newer versions
authorBrendan Cully <brendan@kublai.com>
Wed, 01 Aug 2007 14:32:05 -0700
changeset 5048 8db8e1100f3f
parent 5029 ac97e065cfc7
child 5049 41284ad94852
child 5058 a3d6de2838de
Update asciidoc instructions to suggest html4 for newer versions
doc/README
--- a/doc/README	Mon Jul 30 20:01:16 2007 +0200
+++ b/doc/README	Wed Aug 01 14:32:05 2007 -0700
@@ -18,4 +18,6 @@
 
 To create the html page (without stylesheets):
 
- asciidoc -b html hg.1.txt
+ asciidoc -b html4 hg.1.txt
+
+(older asciidoc may want html instead of html4 above)