gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash po/Makefile.am ChangeLog


From: Rob Savoye
Subject: [Gnash-commit] gnash po/Makefile.am ChangeLog
Date: Sun, 13 May 2007 22:32:47 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    07/05/13 22:32:47

Modified files:
        po             : Makefile.am 
        .              : ChangeLog 

Log message:
                * po/Makefile.am: Add install-data-hook target so the .gmo files
                get installed.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/po/Makefile.am?cvsroot=gnash&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3178&r2=1.3179

Patches:
Index: po/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/po/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- po/Makefile.am      3 May 2007 00:43:25 -0000       1.3
+++ po/Makefile.am      13 May 2007 22:32:46 -0000      1.4
@@ -63,3 +63,6 @@
 force:
 
 # install-hook: rename the es.gmo files to gnash.mo at installtion time
+install-data-hook: $(gmofiles)
+       $(INSTALL_DATA) es.gmo $(datadir)/locale/es/gnash.mo
+       $(INSTALL_DATA) fr.gmo $(datadir)/locale/fr/gnash.mo

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3178
retrieving revision 1.3179
diff -u -b -r1.3178 -r1.3179
--- ChangeLog   13 May 2007 19:26:29 -0000      1.3178
+++ ChangeLog   13 May 2007 22:32:47 -0000      1.3179
@@ -1,3 +1,8 @@
+2007-05-13  Rob Savoye  <address@hidden>
+
+       * po/Makefile.am: Add install-data-hook target so the .gmo files
+       get installed.
+
 2007-05-13 Sandro Santilli <address@hidden>
 
        * macros/boost.m4: typo fix (might need another go at testing)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]