From a527ee4fe42cbcd4b54cf1e643d3f8f1d7df39c3 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 8 Mar 2004 18:09:19 +0000 Subject: Initial revision --- po/Makevars | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 po/Makevars (limited to 'po/Makevars') diff --git a/po/Makevars b/po/Makevars new file mode 100644 index 0000000..b7ea2ff --- /dev/null +++ b/po/Makevars @@ -0,0 +1,17 @@ +# Makefile variables for Guile gettext + +# Usually the message domain is the same as the package name. +DOMAIN = $(PACKAGE) + +# These two variables depend on the location of this directory. +subdir = po +top_builddir = .. + +# These options get passed to xgettext. +XGETTEXT_OPTIONS = --language=Lisp --keyword=_ --keyword=N_ + +COPYRIGHT_HOLDER = Sergey Poznyakoff + +MSGID_BUGS_ADDRESS = gray@gnu.org + +EXTRA_LOCALE_CATEGORIES = -- cgit v1.2.1