]> git.ipfire.org Git - thirdparty/ccache.git/commit
Add configure option to disable man pages
authorAnders F Björklund <anders.f.bjorklund@gmail.com>
Thu, 7 Jun 2018 19:20:19 +0000 (21:20 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 8 Aug 2018 12:26:16 +0000 (14:26 +0200)
commita59166b5a9815e18d83756fa957cd441667d992f
treeb2beb0d550133ea8159c41efce026ef5abd8ec4f
parent30868c931b91685a641c489b5a6144dc87b567a8
Add configure option to disable man pages

Building the man page requires asciidoc, if building from the source
repository. Add option to only install the program, but not the man.

When building from the release tarball, the man page is already built.
So we can still default to installing it, and requiring asciidoc/a2x.

Closes #264
Makefile.in
configure.ac