aboutsummaryrefslogtreecommitdiff
path: root/po/Makevars
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-03-08 17:49:39 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-03-08 17:49:39 +0000
commit23030b10e3b9335ae5dc0384a2cb2890cf3685ac (patch)
treeca3e765a20e6da33cb24d1c9871987dd7e7ee756 /po/Makevars
parent1a63a918f80858a329f0312da04a6a2ea37011d0 (diff)
downloadellinika-23030b10e3b9335ae5dc0384a2cb2890cf3685ac.tar.gz
ellinika-23030b10e3b9335ae5dc0384a2cb2890cf3685ac.tar.bz2
New files
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@27 941c8c0f-9102-463b-b60b-cd22ce0e6858
Diffstat (limited to 'po/Makevars')
-rw-r--r--po/Makevars17
1 files changed, 17 insertions, 0 deletions
diff --git a/po/Makevars b/po/Makevars
new file mode 100644
index 0000000..4980a3f
--- /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 = --from-code=utf-8 --language=Lisp --keyword=_ --keyword=N_
+
+COPYRIGHT_HOLDER = Sergey Poznyakoff
+
+MSGID_BUGS_ADDRESS = gray@gnu.org
+
+EXTRA_LOCALE_CATEGORIES =

Return to:

Send suggestions and report system problems to the System administrator.