]> git.ipfire.org Git - thirdparty/coreutils.git/commit
build: fix dependency issues with man page generation
authorPádraig Brady <P@draigBrady.com>
Fri, 19 Sep 2014 15:49:26 +0000 (16:49 +0100)
committerPádraig Brady <P@draigBrady.com>
Fri, 19 Sep 2014 22:18:10 +0000 (23:18 +0100)
commitf51c44bd1e7f22c7b65a20d9ced747ac63f0fc16
tree15b9303f327784411eb5c5f4c22cc8af74195da4
parent5682a7e73dff2fa18d3f162f7f3409e0a132b51f
build: fix dependency issues with man page generation

* .gitignore: Remove reference to no longer generated make file.
* configure.ac: Don't bother generating placeholder make file.
* man/local.mk: Hardcode the man page deps list for normal builds
to be compatible with all make implementations and configure options.
Note in SINGLE_BINARY mode, all man pages will be generated on
any change to the coreutils binary, but development will generally
not be done in this mode, so this shouldn't be an issue.

Fixes http://bugs.gnu.org/18055
.gitignore
configure.ac
man/local.mk