Update INSTALL.md about the default doc build.

This commit is contained in:
Qi Wang 2019-08-15 22:33:34 -07:00 committed by Qi Wang
parent e2c7584361
commit d6b7995c16

View File

@ -9,14 +9,11 @@ If building from unpackaged developer sources, the simplest command sequence
that might work is:
./autogen.sh
make dist
make
make install
Note that documentation is not built by the default target because doing so
would create a dependency on xsltproc in packaged releases, hence the
requirement to either run 'make dist' or avoid installing docs via the various
install_* targets documented below.
Note that documentation is built by the default target only when xsltproc is
available. Build will warn but not stop if the dependency is missing.
## Advanced configuration