summaryrefslogtreecommitdiffstats
path: root/po/Makefile.in.in
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-10-26 09:07:57 +0000
committerBruno Haible <bruno@clisp.org>2001-10-26 09:07:57 +0000
commit650dbebf60b1a98a2f04826d90265eb9120ce423 (patch)
tree49f68911f3bf6a59a27a36c02840910d9712da12 /po/Makefile.in.in
parent63d9943b56375176d368059f835f992a676ce052 (diff)
downloadexternal_gettext-650dbebf60b1a98a2f04826d90265eb9120ce423.zip
external_gettext-650dbebf60b1a98a2f04826d90265eb9120ce423.tar.gz
external_gettext-650dbebf60b1a98a2f04826d90265eb9120ce423.tar.bz2
Add the standard targets 'install-strip' and 'installdirs'.
Diffstat (limited to 'po/Makefile.in.in')
-rw-r--r--po/Makefile.in.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 6a655f3..2e019c5 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -109,6 +109,27 @@ install-data-yes: all
fi; \
done
+install-strip: install
+
+installdirs: installdirs-exec installdirs-data
+installdirs-exec:
+installdirs-data: install-data-@USE_NLS@
+ if test "$(PACKAGE)" = "gettext"; then \
+ $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \
+ else \
+ : ; \
+ fi
+installdirs-data-no:
+installdirs-data-yes:
+ $(mkinstalldirs) $(DESTDIR)$(datadir)
+ @catalogs='$(CATALOGS)'; \
+ for cat in $$catalogs; do \
+ cat=`basename $$cat`; \
+ lang=`echo $$cat | sed 's/\.gmo$$//'`; \
+ dir=$(localedir)/$$lang/LC_MESSAGES; \
+ $(mkinstalldirs) $(DESTDIR)$$dir; \
+ done
+
# Define this as empty until I found a useful application.
installcheck: