2f23c8e3133d4312fb8af75dde62846d53248c17
[openwrt/openwrt.git] / package / libs / gettext-full / patches / 001-autotools.patch
1 --- a/gettext-runtime/man/Makefile.am
2 +++ b/gettext-runtime/man/Makefile.am
3 @@ -172,8 +172,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 @@ -154,8 +154,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; \