]> sipb.mit.edu Git - ikiwiki.git/blobdiff - po/Makefile
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
[ikiwiki.git] / po / Makefile
index ae090ec086eaa56db5d5eab48e6e1f2434dc2c2c..c1c37443b3002b45c08dc248640430e5e04d8210 100644 (file)
@@ -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