sapling/doc
muxator 0c29e9b194 build: make install in "/doc" failed if the destination dir contained spaces
This and the following commits try to add the necessary quoting in the build
scripts to make the process more robust.

The target for now is rendering "make deb" successful even when the base
directory contains spaces (eg. "/opt/mercu rial").
The build process should succeed without scattering files in spurious
directories (eg.: "/opt/mercu/usr/bin/hg").
2017-10-11 01:19:48 +02:00
..
check-seclevel.py doc: port check-seclevel.py to be Python 2/3 portable 2017-05-28 15:51:26 -04:00
docchecker py3: make doc/docchecker use print_function 2016-05-13 02:41:35 +05:30
gendoc.py gendoc: make sure locale path is set before loading any modules 2017-05-13 17:53:55 +09:00
hgmanpage.py hgmanpage: stop using raw-unicode strings 2016-10-07 07:43:04 -04:00
Makefile build: make install in "/doc" failed if the destination dir contained spaces 2017-10-11 01:19:48 +02:00
README doc/README: simplify instructions 2009-09-03 21:40:45 +02:00
runrst doc: translate from :hg:help config.SECTION to a valid link to hgrc.5.html 2016-02-11 23:15:34 +09:00
style.css urls: bulk-change primary website URLs 2015-09-30 15:43:49 -05: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.