aboutsummaryrefslogtreecommitdiff
path: root/po/Makefile
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-09-05 12:37:29 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-09-05 12:37:29 -0400
commita1c7f3282d4f7b67f2103c341904d29e73359995 (patch)
treee7fe44f09b7d7e097c85a17564d4ccb313b3e604 /po/Makefile
parent8cde7554bd5ad118b96bcb557f4e452cba341ad7 (diff)
downloadikiwiki-a1c7f3282d4f7b67f2103c341904d29e73359995.tar
ikiwiki-a1c7f3282d4f7b67f2103c341904d29e73359995.tar.gz
po/Makefile: update po files when the pot file has changed. Closes: #497951
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