CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Yann Dirson <[EMAIL PROTECTED]> 04/11/08 22:50:42

Modified files:
        po             : Makefile.in.in 

Log message:
        allow wmlxgettext location to be overriden from Makevars

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/Makefile.in.in.diff?tr1=1.20&tr2=1.21&r1=text&r2=text

Patches:
Index: wesnoth/po/Makefile.in.in
diff -u wesnoth/po/Makefile.in.in:1.20 wesnoth/po/Makefile.in.in:1.21
--- wesnoth/po/Makefile.in.in:1.20      Sat Oct 30 12:37:44 2004
+++ wesnoth/po/Makefile.in.in   Mon Nov  8 22:50:41 2004
@@ -40,6 +40,7 @@
 GMSGFMT = @GMSGFMT@
 MSGFMT = @MSGFMT@
 XGETTEXT = @XGETTEXT@
+WMLXGETTEXT := $(top_srcdir)/utils/wmlxgettext
 MSGMERGE = msgmerge
 MSGMERGE_UPDATE = @MSGMERGE@ --update
 MSGINIT = msginit
@@ -114,7 +115,7 @@
          --keyword=_ --keyword=N_ \
          --output=- | sed s/charset=CHARSET/charset=UTF-8/ > $(DOMAIN).cpp.po
        if test -r $(srcdir)/FINDCFG ;\
-       then $(top_srcdir)/utils/wmlxgettext --directory=$(top_srcdir) \
+       then ${WMLXGETTEXT} --directory=$(top_srcdir) \
          `cd $(top_srcdir) && sh $(subdir)/FINDCFG` > $(DOMAIN).wml.po ;\
        fi
        if test -f $(DOMAIN).wml.po ; then \


Reply via email to