changeset 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 ac97e065cfc7
children 41284ad94852 a3d6de2838de
files doc/README
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
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)