+2001-09-27 Bruno Haible <haible@clisp.cons.org>
+
+ * Makefile.in (install-strip, installdirs): New rules.
+
2001-09-24 Bruno Haible <haible@clisp.cons.org>
* localename.c: New file, integrating a function from
: ; \
fi
+install-strip: install
+
+installdirs:
+ if test "$(PACKAGE)" = "gettext" \
+ && test '@INTLOBJS@' = '$(GETTOBJS)'; then \
+ $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir); \
+ else \
+ : ; \
+ fi
+ if test '@USE_INCLUDED_LIBINTL@' = yes; then \
+ $(mkinstalldirs) $(DESTDIR)$(libdir); $(DESTDIR)$(localedir); \
+ else \
+ : ; \
+ fi
+ if test "$(PACKAGE)" = "gettext"; then \
+ $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \
+ else \
+ : ; \
+ fi
+
# Define this as empty until I found a useful application.
installcheck:
+2001-09-27 Bruno Haible <haible@clisp.cons.org>
+
+ * Makefile.in.in (install-strip, installdirs, installdirs-exec,
+ installdirs-data, installdirs-data-no, installdirs-data-yes): New
+ rules.
+
2001-09-18 Bruno Haible <haible@clisp.cons.org>
* Makefile.in.in (MSGMERGE_UPDATE): New variable.
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: