]> git.ipfire.org Git - thirdparty/coreutils.git/commit
build: fix 'install-html' target
authorAssaf Gordon <assafgordon@gmail.com>
Wed, 8 Mar 2017 00:54:31 +0000 (00:54 +0000)
committerAssaf Gordon <assafgordon@gmail.com>
Wed, 8 Mar 2017 00:56:04 +0000 (00:56 +0000)
commit6fc3ef9e6fe62871ec3cdf25f35295fd35bf6fc7
treeb0186e9a2250bc640af24d07bdfc783a1d1b7f99
parentddbe4b7a3756356bfb6af3ebd6ee39a5fe592da5
build: fix 'install-html' target

Switching to non-recursive makefiles broke the 'install-html' target:
The gettext plumbing requires an 'install-html' target in po/Makefile.
This was fixed in gettext v0.19.8.1-41-ge5a008a, but packages using
older gettext need to manually patch po/Makefile.in.in.
Reported (for 'sed') and suggested fix by Eric Blake in
https://bugs.gnu.org/25690 .

* bootstrap.conf (bootstrap_epilogue): Add 'install-{html,pdf,dvi,ps}'
  targets to po/Makefile.in.in (if needed).
bootstrap.conf