1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 20:12:11 +02:00

Gettextize, with GNU Gettext 0.18.1.

* Makefile.am (EXTRA_DIST): Add `build-aux/config.rpath'.
  (SUBDIRS, ACLOCAL_AMFLAGS): New variables.

* configure.ac: Use `AM_GNU_GETTEXT'.  Emit `po/Makefile.in'.

* po/Makevars, po/POTFILES.in: New files.
This commit is contained in:
Ludovic Courtès
2012-06-29 22:22:48 +02:00
parent 64fddd74f0
commit f68b089361
5 changed files with 50 additions and 2 deletions
+18
View File
@@ -0,0 +1,18 @@
# Makefile variables for PO directory in any package using GNU gettext.
DOMAIN = $(PACKAGE)
subdir = po
top_builddir = ..
# These options get passed to xgettext.
XGETTEXT_OPTIONS = \
--language=Scheme \
--keyword=_ --keyword=N_ \
--keyword=description --keyword=long-description
COPYRIGHT_HOLDER = Ludovic Courtès
MSGID_BUGS_ADDRESS = ludo@gnu.org
EXTRA_LOCALE_CATEGORIES =
+2
View File
@@ -0,0 +1,2 @@
# List of source files which contain translatable strings.
distro/base.scm