diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-05-03 13:37:09 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-05-03 13:37:09 +0000 |
commit | 87374fce87bfe97aefad2df81c2e9eccd8c27ffb (patch) | |
tree | cadfe18b29ea7a7e22429ea7128878f5d43ea3c8 /Makefile.am | |
parent | 901bf74ce79dce4b4094ed4fdafc10704fa9cbac (diff) | |
download | gst-plugins-bad-87374fce87bfe97aefad2df81c2e9eccd8c27ffb.tar.gz gst-plugins-bad-87374fce87bfe97aefad2df81c2e9eccd8c27ffb.tar.bz2 gst-plugins-bad-87374fce87bfe97aefad2df81c2e9eccd8c27ffb.zip |
updated translations
Original commit message from CVS:
updated translations
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
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 |