debian/rules should be producing architecture independent packages
[stgit/dwhite.git] / INSTALL
blob3da4efdce26a61e7af0265973183b7717afaeb80
1 For basic installation:
3         $ make all doc ;# as yourself
4         $ make install install-doc ;# as yourself
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.
10         $ make prefix=/usr all doc #; as yourself
11         # make prefix=/usr install install-doc #; as root
13 Issues of note:
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.