]> git.ipfire.org Git - thirdparty/coreutils.git/commit
build: reinstate distribution of man pages
authorPádraig Brady <P@draigBrady.com>
Sun, 1 Oct 2017 00:08:02 +0000 (17:08 -0700)
committerPádraig Brady <P@draigBrady.com>
Mon, 2 Oct 2017 00:32:48 +0000 (17:32 -0700)
commit856b828320649d941097a89dbb8c5343760ddad0
treea0e7019ebe046b80f7a43d41b16008717041a573
parent6774b991dbfcd428a58f8be50f3f505ac036f127
build: reinstate distribution of man pages

man pages change little between systems,
so falling back to distributed pages make sense
when cross compiling or lacking perl.

* man/local.mk: Add all man pages to EXTRA_DIST
so that they're distributed in the generated tarball.
Use the dummy-man page generator if cross compiling.
Set TZ to avoid a distcheck failure where man pages
used a diffent month than those rebuilt (with a .timestamp).
* man/dummy-man: Only fall back to generating a stub
if copying an existing man page fails.
* man/help2man: Sync portable TZ=UTC0 specification
from upstream help2man.
* NEWS: Mention the build-related change.
Fixes https://bugs.gnu.org/28574
NEWS
man/dummy-man
man/help2man
man/local.mk