| 1 | --- a/gettext-runtime/man/Makefile.am |
| 2 | +++ b/gettext-runtime/man/Makefile.am |
| 3 | @@ -159,8 +159,7 @@ bind_textdomain_codeset.3.html: bind_tex |
| 4 | $(MAN2HTML) $(srcdir)/bind_textdomain_codeset.3.in | sed -e '/CreationDate:/d' > t-$@ |
| 5 | mv t-$@ $@ |
| 6 | |
| 7 | -install-html-local: |
| 8 | - $(mkdir_p) $(DESTDIR)$(htmldir) |
| 9 | +install-html: installdirs-html |
| 10 | for file in $(man_HTML); do \ |
| 11 | if test -f $$file; then dir=.; else dir=$(srcdir); fi; \ |
| 12 | $(INSTALL_DATA) $$dir/$$file $(DESTDIR)$(htmldir)/$$file; \ |
| 13 | --- a/gettext-tools/man/Makefile.am |
| 14 | +++ b/gettext-tools/man/Makefile.am |
| 15 | @@ -186,8 +186,7 @@ autopoint.1.html: autopoint.1 |
| 16 | $(MAN2HTML) `if test -f autopoint.1; then echo .; else echo $(srcdir); fi`/autopoint.1 | sed -e '/CreationDate:/d' > t-$@ |
| 17 | mv t-$@ $@ |
| 18 | |
| 19 | -install-html-local: |
| 20 | - $(mkdir_p) $(DESTDIR)$(htmldir) |
| 21 | +install-html: installdirs-html |
| 22 | for file in $(man_HTML); do \ |
| 23 | if test -f $$file; then dir=.; else dir=$(srcdir); fi; \ |
| 24 | $(INSTALL_DATA) $$dir/$$file $(DESTDIR)$(htmldir)/$$file; \ |
| 25 | --- a/gettext-runtime/intl/Makefile.in |
| 26 | +++ b/gettext-runtime/intl/Makefile.in |
| 27 | @@ -19,7 +19,7 @@ |
| 28 | PACKAGE = @PACKAGE@ |
| 29 | VERSION = @VERSION@ |
| 30 | |
| 31 | -SHELL = /bin/sh |
| 32 | +SHELL = @SHELL@ |
| 33 | |
| 34 | srcdir = @srcdir@ |
| 35 | top_srcdir = @top_srcdir@ |
| 36 | |