summaryrefslogtreecommitdiff
path: root/po/guix/Makevars
diff options
context:
space:
mode:
Diffstat (limited to 'po/guix/Makevars')
-rw-r--r--po/guix/Makevars7
1 files changed, 6 insertions, 1 deletions
diff --git a/po/guix/Makevars b/po/guix/Makevars
index 8ec7d8aed6..adbc8e246c 100644
--- a/po/guix/Makevars
+++ b/po/guix/Makevars
@@ -10,7 +10,7 @@ top_builddir = ../..
# we use 'n_' instead of the more usual 'N_' for no-ops.
XGETTEXT_OPTIONS = \
--from-code=UTF-8 \
- --keyword=_ --keyword=N_:1,2 \
+ --keyword=G_ --keyword=N_:1,2 \
--keyword=message \
--keyword=description \
--keyword=n_
@@ -20,3 +20,8 @@ COPYRIGHT_HOLDER = Ludovic Courtès
MSGID_BUGS_ADDRESS = ludo@gnu.org
EXTRA_LOCALE_CATEGORIES =
+
+# Disable PO update upon "make dist", which sometimes fails when doing
+# "make distcheck -j4".
+# See <https://lists.gnu.org/archive/html/bug-gettext/2014-08/msg00005.html>.
+DIST_DEPENDS_ON_UPDATE_PO = no