diff doc/README @ 5048:8db8e1100f3f

Update asciidoc instructions to suggest html4 for newer versions
author Brendan Cully <brendan@kublai.com>
date Wed, 01 Aug 2007 14:32:05 -0700
parents 7a3a3952c431
children
line wrap: on
line diff
--- a/doc/README
+++ b/doc/README
@@ -18,4 +18,6 @@ To display:
 
 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)