From: Bruno Haible Date: Sat, 17 Jan 2004 16:22:43 +0000 (+0000) Subject: Oops again. X-Git-Tag: v0.14~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a0a2ee21d5ba15520704aee8a24160f317ecd36;p=thirdparty%2Fgettext.git Oops again. --- diff --git a/gettext-runtime/po/Makefile.in.in b/gettext-runtime/po/Makefile.in.in index 35b4025ae..53efc5e16 100644 --- a/gettext-runtime/po/Makefile.in.in +++ b/gettext-runtime/po/Makefile.in.in @@ -138,6 +138,7 @@ $(POFILES): $(srcdir)/$(DOMAIN).pot $(MAKE) $${lang}.po-create; \ fi + install: install-exec install-data install-exec: install-data: install-data-@USE_NLS@ @@ -318,7 +319,7 @@ update-po: Makefile # General rule for creating PO files. .nop.po-create: - @lang=`echo $@ | sed -e 's/\.po-update$$//'`; \ + @lang=`echo $@ | sed -e 's/\.po-create$$//'`; \ echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \ exit 1 diff --git a/gettext-tools/po/Makefile.in.in b/gettext-tools/po/Makefile.in.in index 35b4025ae..53efc5e16 100644 --- a/gettext-tools/po/Makefile.in.in +++ b/gettext-tools/po/Makefile.in.in @@ -138,6 +138,7 @@ $(POFILES): $(srcdir)/$(DOMAIN).pot $(MAKE) $${lang}.po-create; \ fi + install: install-exec install-data install-exec: install-data: install-data-@USE_NLS@ @@ -318,7 +319,7 @@ update-po: Makefile # General rule for creating PO files. .nop.po-create: - @lang=`echo $@ | sed -e 's/\.po-update$$//'`; \ + @lang=`echo $@ | sed -e 's/\.po-create$$//'`; \ echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \ exit 1