CVSROOT: /sources/gnash Module name: gnash Changes by: Rob Savoye <rsavoye> 08/01/05 17:53:35
Modified files: po : Makefile.am . : ChangeLog Log message: * po/Makefile.am: Make the dircetories before trying to install in them. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/po/Makefile.am?cvsroot=gnash&r1=1.13&r2=1.14 http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5322&r2=1.5323 Patches: Index: po/Makefile.am =================================================================== RCS file: /sources/gnash/gnash/po/Makefile.am,v retrieving revision 1.13 retrieving revision 1.14 diff -u -b -r1.13 -r1.14 --- po/Makefile.am 28 Jul 2007 21:51:24 -0000 1.13 +++ po/Makefile.am 5 Jan 2008 17:53:35 -0000 1.14 @@ -86,11 +86,11 @@ force: -# install-hook: rename the es.gmo files to gnash.mo at installtion time +# install-hook: rename the .gmo files to gnash.mo at installation time install-data-hook: $(gmofiles) @for i in $(translations); do \ - $(mkinstalldirs) "$(DESTDIR)$(datadir)/locale/$$i"; \ + $(mkinstalldirs) "$(DESTDIR)$(datadir)/locale/$$i/LC_MESSAGES/"; \ if test -f $$i.gmo; then \ - $(INSTALL_DATA) $$i.gmo $(DESTDIR)$(datadir)/locale/$$i/gnash.mo; \ + $(INSTALL_DATA) $$i.gmo $(DESTDIR)$(datadir)/locale/$$i/LC_MESSAGES/gnash.mo; \ fi; \ done Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.5322 retrieving revision 1.5323 diff -u -b -r1.5322 -r1.5323 --- ChangeLog 5 Jan 2008 17:47:07 -0000 1.5322 +++ ChangeLog 5 Jan 2008 17:53:35 -0000 1.5323 @@ -1,5 +1,8 @@ 2008-01-05 Rob Savoye <[EMAIL PROTECTED]> + * po/Makefile.am: Make the dircetories before trying to install in + them. + * testsuite/libamf.all/test_lc.cpp: New test for LocalConnection base class. _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit