build-sys: Add --disable-manpages option
authorColin Walters <walters@verbum.org>
Mon, 30 Jul 2012 16:27:10 +0000 (12:27 -0400)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Tue, 31 Jul 2012 12:45:59 +0000 (09:45 -0300)
commit8631552d3d48092932c6fb93baa6e38fb3ca951a
tree9e54cc0b88df8111a95286fb81c5950fd9abba36
parent2077017f11dee07e65353d5daccd639f0697de87
build-sys: Add --disable-manpages option

1) Embedded systems often don't want man pages on the
   target; rather than pointlessly building them, then ignoring
   the result, allow just not building them at all
2) When bootstrapping an operating systems, documentation is the
   source of many cyclical dependencies, and allowing it to
   be explicitly disabled is useful for earlier build passes.
Makefile.am
configure.ac