X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/617976a8a3310b7ccb3cf394f291b6ebc325a8c3..3b5f0e6ce91639155222e723c1890fb5ea9f9e6f:/po/Makefile?ds=sidebyside diff --git a/po/Makefile b/po/Makefile index fa129de81..910114e67 100644 --- a/po/Makefile +++ b/po/Makefile @@ -26,7 +26,7 @@ clean: %.po: ikiwiki.pot @echo -n "Merging ikiwiki.pot and $@" - @msgmerge $@ ikiwiki.pot -o $@.new + @msgmerge $@ ikiwiki.pot -o $@.new 2>&1 # Typically all that changes was a date. I'd prefer not to commit such # changes, so detect and ignore them. @if [ "`diff $@ $@.new | grep '[<>]' | wc -l`" -ne 2 ]; then \ @@ -34,7 +34,7 @@ clean: else \ rm -f $@.new; \ fi - @msgfmt --statistics $@ + @msgfmt --statistics $@ 2>&1 check: @for file in $(POFILES); do \