summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2014-01-12 14:24:43 +0000
committerWill Thompson <will@willthompson.co.uk>2014-01-12 14:24:43 +0000
commitf908a1142354fb7ab7845f9c80ef140d95f0a2ba (patch)
treecd089659ece15de63aa094db080de780ec5491de /Makefile
parent6da159bdce5c5c791835a4bcbea0a9fbad338f7c (diff)
Remove non-ASCII from source strings; add en translation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 198204c..46daa8b 100644
--- a/Makefile
+++ b/Makefile
@@ -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