From f68b089361ba768f1a9398225040af3e9faafbf3 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 29 Jun 2012 22:22:48 +0200 Subject: 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. --- po/Makevars | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 po/Makevars (limited to 'po/Makevars') diff --git a/po/Makevars b/po/Makevars new file mode 100644 index 0000000000..a57af08ea6 --- /dev/null +++ b/po/Makevars @@ -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 = -- cgit v1.2.3