aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-03-14 11:03:25 +0000
committerThierry Vignaud <tv@mandriva.org>2008-03-14 11:03:25 +0000
commit05ab316b15795210871a566639639e51562b491b (patch)
tree9e652ac4477ea88fe10ec0eb0383b07ee3b37692
parentfa5c38c9cfd9aa0e2409774d8ebe72c5abe2aa5b (diff)
downloadbootsplash-05ab316b15795210871a566639639e51562b491b.tar
bootsplash-05ab316b15795210871a566639639e51562b491b.tar.gz
bootsplash-05ab316b15795210871a566639639e51562b491b.tar.bz2
bootsplash-05ab316b15795210871a566639639e51562b491b.tar.xz
bootsplash-05ab316b15795210871a566639639e51562b491b.zip
factorize common rules
-rw-r--r--po/Makefile12
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)'; \