b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | --- a/gettext-runtime/man/Makefile.am |
| 2 | +++ b/gettext-runtime/man/Makefile.am |
| 3 | @@ -176,8 +176,7 @@ textdomain.3.html: textdomain.3.in |
| 4 | bindtextdomain.3.html: bindtextdomain.3.in |
| 5 | bind_textdomain_codeset.3.html: bind_textdomain_codeset.3.in |
| 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 | @@ -158,8 +158,7 @@ recode-sr-latin.1.html: recode-sr-latin. |
| 16 | gettextize.1.html: gettextize.1 |
| 17 | autopoint.1.html: autopoint.1 |
| 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; \ |