summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2018-07-24 22:06:19 +0100
committerWill Thompson <will@willthompson.co.uk>2018-07-24 22:06:19 +0100
commitb4c8435e0a466b4153bf25055cee6101542a523d (patch)
treee8f61d8377a75ac73ed585d339d7765126b5c0a9 /Makefile
parent4b0c81857c42d803d3fd31251642995b12378e72 (diff)
Invoke hgettext via stack exec
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8b32bcf..c1c01a6 100644
--- a/Makefile
+++ b/Makefile
@@ -106,7 +106,7 @@ org.freedesktop.Bustle.flatpak: flatpak/org.freedesktop.Bustle.json
# Maintainer stuff
maintainer-update-messages-pot:
- find Bustle -name '*.hs' -print0 | xargs -0 hgettext -k __ -o po/messages.pot
+ find Bustle -name '*.hs' -print0 | xargs -0 stack exec -- hgettext -k __ -o po/messages.pot
xgettext data/bustle.ui data/org.freedesktop.Bustle.desktop.in \
data/org.freedesktop.Bustle.appdata.xml.in --join-existing -o po/messages.pot