summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorKrzesimir Nowak <krnowak@openismus.com>2011-08-30 16:24:58 +0200
committerKrzesimir Nowak <krnowak@openismus.com>2011-08-30 16:38:34 +0200
commita7ad98fabc965b053cb9e92db431d5b535adee26 (patch)
tree56a912b2390a0dab17a8b1ae85b5911d64840b31 /po
parent36dd42a030f31bc281a8027bd947bbe226a0ea7a (diff)
Port build system to non-recursive Automake.
All but toplevel Makefile.am are replaced with their non-recursive counterparts. The generation of configure.in was removed (and thus configure-{pre,post}.in are also removed) in favor of configure.ac and m4 macros adding backend specific configure parts. Version number is generated like in old build system. There are still many things to improve, but for now there are no immediate regressions. AUTOTOOLS-TODO contains a list of possible improvements and fixes. AUTOTOOLS-TESTING contains what was tested with current build system (configure flags, make options).
Diffstat (limited to 'po')
-rw-r--r--po/.gitignore4
-rw-r--r--po/LINGUAS.README6
2 files changed, 6 insertions, 4 deletions
diff --git a/po/.gitignore b/po/.gitignore
deleted file mode 100644
index 9625334b..00000000
--- a/po/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-/Makefile.in.in
-/LINGUAS
-/POTFILES
-/stamp-it
diff --git a/po/LINGUAS.README b/po/LINGUAS.README
new file mode 100644
index 00000000..4ad05aa2
--- /dev/null
+++ b/po/LINGUAS.README
@@ -0,0 +1,6 @@
+For translators:
+
+LINGUAS file is generated, so putting .po file here is enough.
+
+To test translation please run ./autogen.sh in top level
+directory of the project.