From 3b5f0e6ce91639155222e723c1890fb5ea9f9e6f Mon Sep 17 00:00:00 2001 From: joey Date: Wed, 3 Jan 2007 20:01:36 +0000 Subject: * Added a Spanish translation by Victor Moral. * A few translation infrastructure fixes. --- po/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'po/Makefile') 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 \ -- cgit v1.2.3