]> git.ipfire.org Git - thirdparty/coreutils.git/commit
build: do not require help2man at build-from-tarball time
authorJim Meyering <meyering@redhat.com>
Sun, 9 Sep 2012 17:27:25 +0000 (19:27 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 10 Sep 2012 07:32:50 +0000 (09:32 +0200)
commit57da212a95054cc230ffb00f38ea655c798926f8
treee8d689d860f0fbc1197ae7654ffb87c5db895f3f
parente571cfd9c7f035886182100b7a5e27ad7d48f1ca
build: do not require help2man at build-from-tarball time

But do retain full dependencies when building from a git clone.
We do this by converting the full dependency (of the .1 file on
the binary we run with --help) into a dependency on the .c file.
* Makefile.am (do-not-require-help2man): New rule.
(dist-hook): depend on it.
Makefile.am