stgit.el: Refactor: simplify temporary marker handling
[stgit] / INSTALL
1 For basic installation:
2
3 $ make all doc ;# as yourself
4 $ make install install-doc ;# as yourself
5
6 By default, the above command installs StGIT in the
7 $HOME/{bin,lib,share} directories. For a different location, use the
8 prefix option.
9
10 $ make prefix=/usr all doc #; as yourself
11 # make prefix=/usr install install-doc #; as root
12
13 Issues of note:
14
15 - To build and install the documentation, you need to have the
16 asciidoc/xmlto toolchain. The default build target ("make all")
17 does _not_ build them.
18