summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2014-01-15 22:33:25 +0000
committerWill Thompson <will@willthompson.co.uk>2014-01-15 22:33:25 +0000
commitf229b5c3ba26fb8dc6df12970a917ab88135157d (patch)
tree35ff3d4bb48c7c96e3b6eb96b7a9e5ac80cdeb0f /Makefile
parentfa18be852f2583f4948e0f3f96935070ecad73f0 (diff)
Include all strings in messages.pot; fix en.po
I'm using my branch of hgettext from https://github.com/vasylp/hgettext/pull/4 which adds line numbers to the .pot file.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 46daa8b..a4d4a7f 100644
--- a/Makefile
+++ b/Makefile
@@ -87,4 +87,4 @@ maintainer-binary-tarball: all
cd $(TARBALL_PARENT_DIR) && tar cjf $(TARBALL) $(TARBALL_DIR)
maintainer-update-messages-pot:
- hgettext -k __ -o po/messages.pot **/*.hs
+ find Bustle -name '*.hs' -print0 | xargs -0 hgettext -k __ -o po/messages.pot