X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/2bab1389cd70e2056a2309eff74f3b20c4192976..c746aa1a7c49ef41262a7f4853155432f10a5b30:/po/Makefile?ds=inline

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