Commit 77626926 authored by Bernd Eckenfels's avatar Bernd Eckenfels

updated pot file and use msgmerge instead of tupdate (Debian Bug #271426)

parent b07eb406
......@@ -3,7 +3,7 @@ INSTALL_PROGRAM= ${INSTALL}
INSTALL_DATA= ${INSTALL} -m 644
INSTALLNLSDIR=${BASEDIR}/usr/share/locale
TUPDATE = tupdate
TUPDATE = msgmerge
NLSPACKAGE = net-tools
......@@ -49,7 +49,7 @@ update-po: Makefile
lang=`echo $$cat | sed 's/.mo//'`; \
mv $$lang.po $$lang.old.po; \
echo "$$lang:"; \
if $(TUPDATE) $(NLSPACKAGE).pot $$lang.old.po > $$lang.po; then \
if $(TUPDATE) $$lang.old.po $(NLSPACKAGE).pot > $$lang.po; then \
rm -f $$lang.old.po; \
else \
echo "tupdate for $$cat failed!"; \
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment