]> pere.pagekite.me Git - text-madewithcc.git/blobdiff - Makefile
Echoes from my last fixup :-P
[text-madewithcc.git] / Makefile
index aa8a73ba7e64aafb5b1c012fec568481a54b551c..c8f8093a1634295b4552a263f3398ec46a6a6fde 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ po/mwcc.pot: $(SOURCE).md
        echo '# Authors: Paul Stacey and Sarah Hinchliff Pearson' >> $@ && \
        tail --lines=+5 $$TEMP >> $@ && \
        rm $$TEMP
-       for LANG in po/*/mwcc.po; do \
+       set -e; for LANG in po/*/mwcc.po; do \
            echo -n $$LANG\  ; \
            msgmerge $$LANG po/mwcc.pot -U ; \
        done