Update INSTALL.md about the default doc build.
This commit is contained in:
parent
e2c7584361
commit
d6b7995c16
@ -9,14 +9,11 @@ If building from unpackaged developer sources, the simplest command sequence
|
|||||||
that might work is:
|
that might work is:
|
||||||
|
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
make dist
|
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
|
||||||
Note that documentation is not built by the default target because doing so
|
Note that documentation is built by the default target only when xsltproc is
|
||||||
would create a dependency on xsltproc in packaged releases, hence the
|
available. Build will warn but not stop if the dependency is missing.
|
||||||
requirement to either run 'make dist' or avoid installing docs via the various
|
|
||||||
install_* targets documented below.
|
|
||||||
|
|
||||||
|
|
||||||
## Advanced configuration
|
## Advanced configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user