* gettext-runtime/intl/Makefile.in (install-data, uninstall): Remove the entire
$prefix/share/gettext/intl directory.
: ; \
fi
install-data: all
+ if test "$(PACKAGE)" = "gettext-tools"; then \
+ rm -rf $(DESTDIR)$(datadir)/gettext/intl; \
+ else \
+ : ; \
+ fi
install-strip: install
: ; \
fi
if test "$(PACKAGE)" = "gettext-tools"; then \
- for file in VERSION COPYING.LIB $(DISTFILES.common) $(DISTFILES.generated); do \
- rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \
- done; \
+ rm -rf $(DESTDIR)$(datadir)/gettext/intl; \
else \
: ; \
fi