sapling/doc
Martin Geisler f6008443c8 doc/Makefile: docs now also depend on extensions
After 782257d279ce the hg(1) manpage contains a section with help
extracted from the extensions, so we should depend on them too.
2010-11-04 17:52:40 +01:00
..
common.txt doc: link man pages to one another 2009-07-16 23:25:26 +02:00
gendoc.py gendoc: do not strip 'hg ' from synopsis 2010-10-23 00:18:10 +02:00
hg.1.txt gendoc: move section commands to module scope 2010-10-20 18:07:50 +02:00
hgignore.5.txt Update license to GPLv2+ 2010-01-19 22:20:08 -06:00
hgmanpage.py *: kill all unnecessary shebangs. 2010-10-26 12:18:39 +02:00
hgrc.5.txt hgrc: document [subpaths] section 2010-10-24 18:39:02 +02:00
Makefile doc/Makefile: docs now also depend on extensions 2010-11-04 17:52:40 +01:00
README doc/README: simplify instructions 2009-09-03 21:40:45 +02:00
runrst runrst: try to be more helpful if docutils is not installed 2010-07-30 14:41:47 +09:00
style.css gendoc: added styling for extension TOC 2010-10-20 17:47:46 +02:00

Mercurial's documentation is kept in reStructuredText format, which is
a simple plain text format that's easy to read and edit:

  http://docutils.sourceforge.net/rst.html

It's also convertible to a variety of other formats including standard
UNIX man page format and HTML. You'll need to install Docutils:

  http://docutils.sourceforge.net/

Use the Makefile in this directory to generate the man and HTML pages.