summaryrefslogtreecommitdiff
path: root/po/guix/Makevars
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-06-13 16:15:18 +0200
committerLudovic Courtès <ludo@gnu.org>2014-06-13 16:31:18 +0200
commitef1a9bb7d6fd64f05607042fdb266ee974d16e26 (patch)
tree229bd6c38546048598a9b1be4df26d1841eb3f59 /po/guix/Makevars
parent9d0b8fbd78552e44dcd0a7ee9933ea1e3709b07a (diff)
downloadguix-patches-ef1a9bb7d6fd64f05607042fdb266ee974d16e26.tar
guix-patches-ef1a9bb7d6fd64f05607042fdb266ee974d16e26.tar.gz
Move gettext files to 'po/guix'.
* po: Rename to... * po/guix: ... this. * po/guix/Makevars (subdir, top_builddir): Adjust accordingly. * configure.ac: Change 'po/Makefile.in' to 'po/guix/Makefile.in'. * Makefile.am (SUBDIRS): Change 'po' to 'po/guix'.
Diffstat (limited to 'po/guix/Makevars')
-rw-r--r--po/guix/Makevars21
1 files changed, 21 insertions, 0 deletions
diff --git a/po/guix/Makevars b/po/guix/Makevars
new file mode 100644
index 0000000000..3f85141efb
--- /dev/null
+++ b/po/guix/Makevars
@@ -0,0 +1,21 @@
+# Makefile variables for PO directory in any package using GNU gettext.
+
+DOMAIN = $(PACKAGE)
+
+subdir = po/guix
+top_builddir = ../..
+
+# These options get passed to xgettext. We want to catch standard
+# gettext uses, package synopses and descriptions, and SRFI-35 error
+# condition messages.
+XGETTEXT_OPTIONS = \
+ --language=Scheme --from-code=UTF-8 \
+ --keyword=_ --keyword=N_ \
+ --keyword=synopsis --keyword=description \
+ --keyword=message
+
+COPYRIGHT_HOLDER = Ludovic Courtès
+
+MSGID_BUGS_ADDRESS = ludo@gnu.org
+
+EXTRA_LOCALE_CATEGORIES =