##// END OF EJS Templates
Update asciidoc instructions to suggest html4 for newer versions
Brendan Cully -
r5048:8db8e110 default
parent child Browse files
Show More
@@ -1,21 +1,23 b''
1 1 Mercurial's documentation is currently kept in ASCIIDOC format, which
2 2 is a simple plain text format that's easy to read and edit. It's also
3 3 convertible to a variety of other formats including standard UNIX man
4 4 page format and HTML.
5 5
6 6 To do this, you'll need to install ASCIIDOC:
7 7
8 8 http://www.methods.co.nz/asciidoc/
9 9
10 10 To generate the man page:
11 11
12 12 asciidoc -d manpage -b docbook hg.1.txt
13 13 xmlto man hg.1.xml
14 14
15 15 To display:
16 16
17 17 groff -mandoc -Tascii hg.1 | more
18 18
19 19 To create the html page (without stylesheets):
20 20
21 asciidoc -b html hg.1.txt
21 asciidoc -b html4 hg.1.txt
22
23 (older asciidoc may want html instead of html4 above)
General Comments 0
You need to be logged in to leave comments. Login now