CVSROOT: /sources/gnash
Module name: gnash
Changes by: Sandro Santilli <strk> 07/04/30 18:53:25
Modified files:
. : ChangeLog Makefile.am
Log message:
* Makefile.am: don't put 'po' in EXTRA_DIST, as it's already
in SUBDIRS.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3047&r2=1.3048
http://cvs.savannah.gnu.org/viewcvs/gnash/Makefile.am?cvsroot=gnash&r1=1.69&r2=1.70
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3047
retrieving revision 1.3048
diff -u -b -r1.3047 -r1.3048
--- ChangeLog 30 Apr 2007 18:33:23 -0000 1.3047
+++ ChangeLog 30 Apr 2007 18:53:25 -0000 1.3048
@@ -1,5 +1,7 @@
2007-04-30 Sandro Santilli <[EMAIL PROTECTED]>
+ * Makefile.am: don't put 'po' in EXTRA_DIST, as it's already
+ in SUBDIRS.
* server/StringPredicates.h: include cctype.
See: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417210.
* po/Makefile.am: don't update the .po files on every .gmo
Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/Makefile.am,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -b -r1.69 -r1.70
--- Makefile.am 27 Apr 2007 01:06:57 -0000 1.69
+++ Makefile.am 30 Apr 2007 18:53:25 -0000 1.70
@@ -15,7 +15,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
-# $Id: Makefile.am,v 1.69 2007/04/27 01:06:57 rsavoye Exp $
+# $Id: Makefile.am,v 1.70 2007/04/30 18:53:25 strk Exp $
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = 1.6.0
@@ -61,7 +61,7 @@
DIST_SUBDIRS = $(STD_DIRS) doc plugin cygnal extensions
-EXTRA_DIST= config.rpath $(man_MANS) macros/incllist macros/libslist po
+EXTRA_DIST = config.rpath $(man_MANS) macros/incllist macros/libslist
noinst_HEADERS = compatibility_include.h
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit