[Libreoffice-commits] .: po/Makefile.am

Jan Holesovsky kendy at kemper.freedesktop.org
Fri Oct 8 01:20:39 PDT 2010


 po/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9cf04387927ab4a06cbfac6a575d0c1739fbfe4e
Author: Goran Rakic <grakic at devbase.net>
Date:   Thu Oct 7 23:56:39 2010 +0200

    Makefile.am wildcard typo
    
    Signed-off-by: Goran Rakic <grakic at devbase.net>

diff --git a/po/Makefile.am b/po/Makefile.am
index be79ea4..670f375 100644
--- a/po/Makefile.am
+++ b/po/Makefile.am
@@ -19,7 +19,7 @@ lo-build.sdf: ${wildcard sdf-templates/*.sdf}
 lo-build.pot: lo-build.sdf /usr/bin/oo2po
 	oo2po -P --multifile=onefile lo-build.sdf $@
 
-lo-build-*.po: lo-build.pot /usr/bin/pot2po
+lo-build-%.po: lo-build.pot /usr/bin/pot2po
 	pot2po -t $@ -i lo-build.pot -o $@.new
 	mv $@.new $@
 


More information about the Libreoffice-commits mailing list