aboutsummaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'po/Makefile')
-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)'; \