Improve the description/diff splitting when parsing patches
[stgit] / INSTALL
CommitLineData
41a6d859
CM
1For basic installation:
2
e4875f17
DW
3 $ make all doc ;# as yourself
4 $ make install install-doc ;# as yourself
41a6d859 5
516a282a
CM
6By default, the above command installs StGIT in the
7$HOME/{bin,lib,share} directories. For a different location, use the
e4875f17 8prefix option.
516a282a 9
e4875f17
DW
10 $ make prefix=/usr all doc #; as yourself
11 # make prefix=/usr install install-doc #; as root
5cccc82b 12
e4875f17
DW
13Issues 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.
41a6d859 18