diff options
author | Will Thompson <will@willthompson.co.uk> | 2014-01-12 14:24:43 +0000 |
---|---|---|
committer | Will Thompson <will@willthompson.co.uk> | 2014-01-12 14:24:43 +0000 |
commit | f908a1142354fb7ab7845f9c80ef140d95f0a2ba (patch) | |
tree | cd089659ece15de63aa094db080de780ec5491de /Makefile | |
parent | 6da159bdce5c5c791835a4bcbea0a9fbad338f7c (diff) |
Remove non-ASCII from source strings; add en translation
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -85,3 +85,6 @@ maintainer-binary-tarball: all ./ldd-me-up.sh $(TARBALL_FULL_DIR)/bin/bustle \ | xargs -I XXX cp XXX $(TARBALL_FULL_DIR)/lib cd $(TARBALL_PARENT_DIR) && tar cjf $(TARBALL) $(TARBALL_DIR) + +maintainer-update-messages-pot: + hgettext -k __ -o po/messages.pot **/*.hs |