[telegnome] * Makefile.am (EXTRA_DIST): config.rpath no longer appears to exist,



commit 1eb93136f38b1bac3dae2587ccd8c7c5f24dfa9b
Author: Colin Watson <cjwatson canonical com>
Date:   Tue Apr 28 13:57:00 2009 +0100

    * Makefile.am (EXTRA_DIST): config.rpath no longer appears to exist,
    so don'\''t distribute it.
    * configure.ac (ALL_LINGUAS): Remove; moved to ...
    * po/LINGUAS: ... here. New file.
---
 ChangeLog    |    7 +++++++
 Makefile.am  |    3 +--
 configure.ac |    1 -
 po/LINGUAS   |    1 +
 4 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6e33b85..d77c964 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2009-04-28  Colin Watson  <cjwatson debian org>
 
+	* Makefile.am (EXTRA_DIST): config.rpath no longer appears to exist,
+	so don't distribute it.
+	* configure.ac (ALL_LINGUAS): Remove; moved to ...
+	* po/LINGUAS: ... here. New file.
+
+2009-04-28  Colin Watson  <cjwatson debian org>
+
 	* .gitignore, doc/.gitignore, doc/C/.gitignore, po/.gitignore,
 	src/.gitignore: Add ignores, ported from Subversion.
 
diff --git a/Makefile.am b/Makefile.am
index 6c65e3a..6af99c6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,6 @@
 SUBDIRS=src po pixmaps doc
 
-EXTRA_DIST = config.rpath \
-	$(srcdir)/telegnome.desktop \
+EXTRA_DIST = $(srcdir)/telegnome.desktop \
 	BUGS \
 	gnome-doc-utils.make
 
diff --git a/configure.ac b/configure.ac
index 32c4b99..025aa75 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,6 @@ PKG_CHECK_MODULES([TELEGNOME], [glib-2.0 gtk+-2.0 >= 2.12 gdk-pixbuf-2.0 libgnom
 PROGRAMS_TELEGNOME="telegnome"
 AC_SUBST(PROGRAMS_TELEGNOME)
 
-ALL_LINGUAS="az fr it nl pl ru sv zh_CN"
 GETTEXT_PACKAGE=telegnome
 AC_SUBST([GETTEXT_PACKAGE])
 AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["$GETTEXT_PACKAGE"], [Gettext Package])
diff --git a/po/LINGUAS b/po/LINGUAS
new file mode 100644
index 0000000..a7f766e
--- /dev/null
+++ b/po/LINGUAS
@@ -0,0 +1 @@
+az fr it nl pl ru sv zh_CN



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]