From eb95a260d6d562053bdfca1dfe44c92a230a0514 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 3 May 2004 13:37:09 +0000 Subject: updated translations Original commit message from CVS: updated translations --- Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 63003e63..258a79c8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,6 +45,4 @@ EXTRA_DIST=gst-plugins.spec depcomp \ DISTCLEANFILES=_stdint.h include $(top_srcdir)/common/release.mak -# a rule to redownload po files -download-po: - cd po && for LI in `cat LINGUAS`; do echo Checking $$LI.po; wget -q -O $$LI.po.tmp http://www.iro.umontreal.ca/translation/maint/gst-plugins/$$LI.po; if ! diff $$LI.po $$LI.po.tmp > /dev/null 2>&1; then echo "Updating $$LI.po"; mv $$LI.po.tmp $$LI.po; else rm $$LI.po.tmp; fi; done +include $(top_srcdir)/common/po.mak -- cgit