CVSROOT: /sources/gnash
Module name: gnash
Changes by: Sandro Santilli <strk> 07/05/14 10:01:47
Modified files:
. : ChangeLog
po : Makefile.am
Log message:
* po/Makefile.am: create destination directories before trying
to
install things there.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3188&r2=1.3189
http://cvs.savannah.gnu.org/viewcvs/gnash/po/Makefile.am?cvsroot=gnash&r1=1.6&r2=1.7
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3188
retrieving revision 1.3189
diff -u -b -r1.3188 -r1.3189
--- ChangeLog 14 May 2007 09:44:20 -0000 1.3188
+++ ChangeLog 14 May 2007 10:01:46 -0000 1.3189
@@ -1,3 +1,8 @@
+2007-05-14 Sandro Santilli <[EMAIL PROTECTED]>
+
+ * po/Makefile.am: create destination directories before trying to
+ install things there.
+
2007-05-14 John Gilmore <[EMAIL PROTECTED]>
Internationalization, further cleanup:
Index: po/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/po/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- po/Makefile.am 14 May 2007 09:44:20 -0000 1.6
+++ po/Makefile.am 14 May 2007 10:01:46 -0000 1.7
@@ -65,6 +65,9 @@
# install-hook: rename the es.gmo files to gnash.mo at installtion time
install-data-hook: $(gmofiles)
+ mkdir -p $(datadir)/locale/es
$(INSTALL_DATA) es.gmo $(datadir)/locale/es/gnash.mo
+ mkdir -p $(datadir)/locale/fr
$(INSTALL_DATA) fr.gmo $(datadir)/locale/fr/gnash.mo
+ mkdir -p $(datadir)/locale/de
$(INSTALL_DATA) de.gmo $(datadir)/locale/de/gnash.mo
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit