Also includes information about requirements for
building and installing documentation like git's
INSTALL documentation.
Signed-off-by: Daniel White <daniel@whitehouse.id.au>
- python setup.py install
+ $ make all doc ;# as yourself
+ $ make install install-doc ;# as yourself
By default, the above command installs StGIT in the
$HOME/{bin,lib,share} directories. For a different location, use the
By default, the above command installs StGIT in the
$HOME/{bin,lib,share} directories. For a different location, use the
- python setup.py install --prefix=/usr
+ $ make prefix=/usr all doc #; as yourself
+ # make prefix=/usr install install-doc #; as root
+Issues of note:
+
+- To build and install the documentation, you need to have the
+ asciidoc/xmlto toolchain. The default build target ("make all")
+ does _not_ build them.
- http://docs.python.org/inst/inst.html