]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Oops again.
authorBruno Haible <bruno@clisp.org>
Sat, 17 Jan 2004 16:22:43 +0000 (16:22 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:40 +0000 (12:11 +0200)
gettext-runtime/po/Makefile.in.in
gettext-tools/po/Makefile.in.in

index 35b4025ae5d9afc595ef2a708960d7ed78ec4fef..53efc5e16e68fd7488fc0ad08cdfa647ab7016ee 100644 (file)
@@ -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
 
index 35b4025ae5d9afc595ef2a708960d7ed78ec4fef..53efc5e16e68fd7488fc0ad08cdfa647ab7016ee 100644 (file)
@@ -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