f68b089361
* 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.
19 lines
398 B
Plaintext
19 lines
398 B
Plaintext
# 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 =
|