diff options
Diffstat (limited to 'po/Makevars')
-rw-r--r-- | po/Makevars | 18 |
1 files changed, 18 insertions, 0 deletions
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 = |