diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-09-05 12:37:29 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-09-05 12:37:29 -0400 |
commit | a1c7f3282d4f7b67f2103c341904d29e73359995 (patch) | |
tree | e7fe44f09b7d7e097c85a17564d4ccb313b3e604 /po/Makefile | |
parent | 8cde7554bd5ad118b96bcb557f4e452cba341ad7 (diff) |
po/Makefile: update po files when the pot file has changed. Closes: #497951
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
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 |