Revision 21011,
516 bytes
checked in by ghudson, 20 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r21010,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | # rule to download .po |
---|
2 | po/%.po-download: |
---|
3 | @LI=$(@:po/%.po-download=%) && cd po && wget -q -O $$LI.po.tmp http://www.iro.umontreal.ca/translation/maint/$(PACKAGE)/$$LI && if ! diff $$LI.po $$LI.po.tmp > /dev/null 2>&1; then echo "$$LI.po changed, updated"; mv $$LI.po.tmp $$LI.po; else rm $$LI.po.tmp; fi |
---|
4 | |
---|
5 | # a rule to redownload po files |
---|
6 | download-po: |
---|
7 | for LI in `cat po/LINGUAS`; do echo Checking $$LI.po; make po/$$LI.po-download; done |
---|
Note: See
TracBrowser
for help on using the repository browser.