diff options
author | Will Thompson <will@willthompson.co.uk> | 2015-06-28 13:06:37 +0100 |
---|---|---|
committer | Will Thompson <will@willthompson.co.uk> | 2015-06-28 13:06:37 +0100 |
commit | 28c0c5688dff835820ee104a940ddd88c49a4f35 (patch) | |
tree | fd424499aa685c7305a556f5e38e8a8370c41b4b /Makefile | |
parent | 61630a0b344b9d214523f2b6494746dfaa8f7142 (diff) |
Clean up binary release dir
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -112,6 +112,7 @@ 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) + rm -r $(TARBALL_FULL_DIR) maintainer-update-messages-pot: find Bustle -name '*.hs' -print0 | xargs -0 hgettext -k __ -o po/messages.pot |