summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-05-14 10:40:27 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-05-14 10:40:27 +0000
commit218ad47a91a0cb7abfc9f3255850363d14f250fa (patch)
tree3fd0db9e12790e5d125cde33064f33bc770f8f38 /po
parent803ae533b187d4d09c160a701bbecd56c81ba7bf (diff)
downloadpaxutils-218ad47a91a0cb7abfc9f3255850363d14f250fa.tar.gz
Added to the repository
Diffstat (limited to 'po')
-rw-r--r--po/.cvsignore17
-rw-r--r--po/Makevars17
-rw-r--r--po/POTFILES.in3
3 files changed, 37 insertions, 0 deletions
diff --git a/po/.cvsignore b/po/.cvsignore
new file mode 100644
index 0000000..b10b903
--- /dev/null
+++ b/po/.cvsignore
@@ -0,0 +1,17 @@
+Makefile.in.in
+Makevars.template
+Rules-quot
+boldquot.sed
+en@boldquot.header
+en@quot.header
+insert-header.sin
+quot.sed
+remove-potcdate.sin
+Makefile.in
+POTFILES
+Makefile
+paxutils.pot
+remove-potcdate.sed
+*.gmo
+*.mo
+stamp-po
diff --git a/po/Makevars b/po/Makevars
new file mode 100644
index 0000000..005cbf2
--- /dev/null
+++ b/po/Makevars
@@ -0,0 +1,17 @@
+# Makefile variables for paxutils PO directory
+
+# 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 = --keyword=_ --keyword=N_
+
+COPYRIGHT_HOLDER = Free Software Foundation, Inc.
+
+MSGID_BUGS_ADDRESS = bug-paxutils@gnu.org
+
+EXTRA_LOCALE_CATEGORIES =
diff --git a/po/POTFILES.in b/po/POTFILES.in
new file mode 100644
index 0000000..aee30a2
--- /dev/null
+++ b/po/POTFILES.in
@@ -0,0 +1,3 @@
+lib/paxbuf.c
+lib/rtapelib.c
+rmt/rmt.c