diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-03-14 11:03:25 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-03-14 11:03:25 +0000 |
commit | 05ab316b15795210871a566639639e51562b491b (patch) | |
tree | 9e652ac4477ea88fe10ec0eb0383b07ee3b37692 | |
parent | fa5c38c9cfd9aa0e2409774d8ebe72c5abe2aa5b (diff) | |
download | bootsplash-05ab316b15795210871a566639639e51562b491b.tar bootsplash-05ab316b15795210871a566639639e51562b491b.tar.gz bootsplash-05ab316b15795210871a566639639e51562b491b.tar.bz2 bootsplash-05ab316b15795210871a566639639e51562b491b.tar.xz bootsplash-05ab316b15795210871a566639639e51562b491b.zip |
factorize common rules
-rw-r--r-- | po/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/po/Makefile b/po/Makefile index dccc679..d943c41 100644 --- a/po/Makefile +++ b/po/Makefile @@ -27,17 +27,7 @@ pot $(NLSPACKAGE).pot: update-po: Makefile $(MAKE) $(NLSPACKAGE).pot - catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - lang=`basename $$cat .po`; \ - if $(MSGMERGE) $$lang.po $(NLSPACKAGE).pot > $$lang.pot ; then \ - mv -f $$lang.pot $$lang.po ; \ - echo "$(MSGMERGE) of $$lang succeeded" ; \ - else \ - echo "$(MSGMERGE) of $$lang failed" ; \ - rm -f $$lang.pot ; \ - fi \ - done + $(MAKE) refresh-po refresh-po: Makefile catalogs='$(CATALOGS)'; \ |