From a1c7f3282d4f7b67f2103c341904d29e73359995 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 5 Sep 2008 12:37:29 -0400 Subject: po/Makefile: update po files when the pot file has changed. Closes: #497951 --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po/Makefile') 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 -- cgit v1.2.3