summaryrefslogtreecommitdiff
path: root/po/Makefile
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-09-05 12:38:19 -0400
committerJoey Hess <joey@kitenet.net>2008-09-05 12:38:19 -0400
commite79e3143509d3f4c0273e8eed5956d264cbc56e2 (patch)
tree6bc93b8cc233fef1ca4b9b0c4020256a790d1a4d /po/Makefile
parentee9381a24483d74aa6bd66d3b69145ba081250fb (diff)
parentf9618417753fc680eaaa6b42b8555e625103a619 (diff)
Merge branch 'master' of file:///srv/git/ikiwiki.info
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index ae090ec08..c1c37443b 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -28,7 +28,7 @@ clean:
%.mo: %.po
msgfmt -o $@ $<
-%.po:
+%.po: ikiwiki.pot
@echo -n "Merging ikiwiki.pot and $@"
@msgmerge $@ ikiwiki.pot -o $@.new 2>&1
# Typically all that changes was a date or line number. I'd prefer not to