wesnoth-cvs-commits
[Top][All Lists]
Advanced

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

[Wesnoth-cvs-commits] wesnoth/po wesnoth-editor/Makefile.in.in wesnot...


From: Yann Dirson
Subject: [Wesnoth-cvs-commits] wesnoth/po wesnoth-editor/Makefile.in.in wesnot...
Date: Thu, 21 Oct 2004 17:36:27 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Yann Dirson <address@hidden>    04/10/21 21:30:08

Modified files:
        po/wesnoth-editor: Makefile.in.in 
        po/wesnoth-ei  : Makefile.in.in 
        po/wesnoth-httt: Makefile.in.in 
        po/wesnoth-lib : Makefile.in.in 
        po/wesnoth-sotbe: Makefile.in.in 
        po/wesnoth-tdh : Makefile.in.in 
        po/wesnoth-trow: Makefile.in.in 
        po/wesnoth     : Makefile.in.in 

Log message:
        another fix for out-of-source-tree builds of pot files

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/wesnoth-editor/Makefile.in.in.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/wesnoth-ei/Makefile.in.in.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/wesnoth-httt/Makefile.in.in.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/wesnoth-lib/Makefile.in.in.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/wesnoth-sotbe/Makefile.in.in.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/wesnoth-tdh/Makefile.in.in.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/wesnoth-trow/Makefile.in.in.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/wesnoth/Makefile.in.in.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: wesnoth/po/wesnoth-editor/Makefile.in.in
diff -u wesnoth/po/wesnoth-editor/Makefile.in.in:1.3 
wesnoth/po/wesnoth-editor/Makefile.in.in:1.4
--- wesnoth/po/wesnoth-editor/Makefile.in.in:1.3        Thu Oct 21 19:54:39 2004
+++ wesnoth/po/wesnoth-editor/Makefile.in.in    Thu Oct 21 21:30:08 2004
@@ -113,7 +113,7 @@
          --msgid-bugs-address='$(MSGID_BUGS_ADDRESS)' \
          --keyword=_ --keyword=N_ \
          --output=- | sed s/charset=CHARSET/charset=UTF-8/ > $(DOMAIN).cpp.po
-       if test -r FINDCFG ;\
+       if test -r $(srcdir)/FINDCFG ;\
        then $(top_srcdir)/utils/wmlxgettext --directory=$(top_srcdir) \
          `cd $(top_srcdir) && sh $(subdir)/FINDCFG` > $(DOMAIN).wml.po ;\
        fi
Index: wesnoth/po/wesnoth-ei/Makefile.in.in
diff -u wesnoth/po/wesnoth-ei/Makefile.in.in:1.3 
wesnoth/po/wesnoth-ei/Makefile.in.in:1.4
--- wesnoth/po/wesnoth-ei/Makefile.in.in:1.3    Thu Oct 21 19:54:39 2004
+++ wesnoth/po/wesnoth-ei/Makefile.in.in        Thu Oct 21 21:30:08 2004
@@ -113,7 +113,7 @@
          --msgid-bugs-address='$(MSGID_BUGS_ADDRESS)' \
          --keyword=_ --keyword=N_ \
          --output=- | sed s/charset=CHARSET/charset=UTF-8/ > $(DOMAIN).cpp.po
-       if test -r FINDCFG ;\
+       if test -r $(srcdir)/FINDCFG ;\
        then $(top_srcdir)/utils/wmlxgettext --directory=$(top_srcdir) \
          `cd $(top_srcdir) && sh $(subdir)/FINDCFG` > $(DOMAIN).wml.po ;\
        fi
Index: wesnoth/po/wesnoth-httt/Makefile.in.in
diff -u wesnoth/po/wesnoth-httt/Makefile.in.in:1.3 
wesnoth/po/wesnoth-httt/Makefile.in.in:1.4
--- wesnoth/po/wesnoth-httt/Makefile.in.in:1.3  Thu Oct 21 19:54:39 2004
+++ wesnoth/po/wesnoth-httt/Makefile.in.in      Thu Oct 21 21:30:08 2004
@@ -113,7 +113,7 @@
          --msgid-bugs-address='$(MSGID_BUGS_ADDRESS)' \
          --keyword=_ --keyword=N_ \
          --output=- | sed s/charset=CHARSET/charset=UTF-8/ > $(DOMAIN).cpp.po
-       if test -r FINDCFG ;\
+       if test -r $(srcdir)/FINDCFG ;\
        then $(top_srcdir)/utils/wmlxgettext --directory=$(top_srcdir) \
          `cd $(top_srcdir) && sh $(subdir)/FINDCFG` > $(DOMAIN).wml.po ;\
        fi
Index: wesnoth/po/wesnoth-lib/Makefile.in.in
diff -u wesnoth/po/wesnoth-lib/Makefile.in.in:1.3 
wesnoth/po/wesnoth-lib/Makefile.in.in:1.4
--- wesnoth/po/wesnoth-lib/Makefile.in.in:1.3   Thu Oct 21 19:54:39 2004
+++ wesnoth/po/wesnoth-lib/Makefile.in.in       Thu Oct 21 21:30:08 2004
@@ -113,7 +113,7 @@
          --msgid-bugs-address='$(MSGID_BUGS_ADDRESS)' \
          --keyword=_ --keyword=N_ \
          --output=- | sed s/charset=CHARSET/charset=UTF-8/ > $(DOMAIN).cpp.po
-       if test -r FINDCFG ;\
+       if test -r $(srcdir)/FINDCFG ;\
        then $(top_srcdir)/utils/wmlxgettext --directory=$(top_srcdir) \
          `cd $(top_srcdir) && sh $(subdir)/FINDCFG` > $(DOMAIN).wml.po ;\
        fi
Index: wesnoth/po/wesnoth-sotbe/Makefile.in.in
diff -u wesnoth/po/wesnoth-sotbe/Makefile.in.in:1.3 
wesnoth/po/wesnoth-sotbe/Makefile.in.in:1.4
--- wesnoth/po/wesnoth-sotbe/Makefile.in.in:1.3 Thu Oct 21 19:54:39 2004
+++ wesnoth/po/wesnoth-sotbe/Makefile.in.in     Thu Oct 21 21:30:08 2004
@@ -113,7 +113,7 @@
          --msgid-bugs-address='$(MSGID_BUGS_ADDRESS)' \
          --keyword=_ --keyword=N_ \
          --output=- | sed s/charset=CHARSET/charset=UTF-8/ > $(DOMAIN).cpp.po
-       if test -r FINDCFG ;\
+       if test -r $(srcdir)/FINDCFG ;\
        then $(top_srcdir)/utils/wmlxgettext --directory=$(top_srcdir) \
          `cd $(top_srcdir) && sh $(subdir)/FINDCFG` > $(DOMAIN).wml.po ;\
        fi
Index: wesnoth/po/wesnoth-tdh/Makefile.in.in
diff -u wesnoth/po/wesnoth-tdh/Makefile.in.in:1.3 
wesnoth/po/wesnoth-tdh/Makefile.in.in:1.4
--- wesnoth/po/wesnoth-tdh/Makefile.in.in:1.3   Thu Oct 21 19:54:39 2004
+++ wesnoth/po/wesnoth-tdh/Makefile.in.in       Thu Oct 21 21:30:08 2004
@@ -113,7 +113,7 @@
          --msgid-bugs-address='$(MSGID_BUGS_ADDRESS)' \
          --keyword=_ --keyword=N_ \
          --output=- | sed s/charset=CHARSET/charset=UTF-8/ > $(DOMAIN).cpp.po
-       if test -r FINDCFG ;\
+       if test -r $(srcdir)/FINDCFG ;\
        then $(top_srcdir)/utils/wmlxgettext --directory=$(top_srcdir) \
          `cd $(top_srcdir) && sh $(subdir)/FINDCFG` > $(DOMAIN).wml.po ;\
        fi
Index: wesnoth/po/wesnoth-trow/Makefile.in.in
diff -u wesnoth/po/wesnoth-trow/Makefile.in.in:1.3 
wesnoth/po/wesnoth-trow/Makefile.in.in:1.4
--- wesnoth/po/wesnoth-trow/Makefile.in.in:1.3  Thu Oct 21 19:54:39 2004
+++ wesnoth/po/wesnoth-trow/Makefile.in.in      Thu Oct 21 21:30:08 2004
@@ -113,7 +113,7 @@
          --msgid-bugs-address='$(MSGID_BUGS_ADDRESS)' \
          --keyword=_ --keyword=N_ \
          --output=- | sed s/charset=CHARSET/charset=UTF-8/ > $(DOMAIN).cpp.po
-       if test -r FINDCFG ;\
+       if test -r $(srcdir)/FINDCFG ;\
        then $(top_srcdir)/utils/wmlxgettext --directory=$(top_srcdir) \
          `cd $(top_srcdir) && sh $(subdir)/FINDCFG` > $(DOMAIN).wml.po ;\
        fi
Index: wesnoth/po/wesnoth/Makefile.in.in
diff -u wesnoth/po/wesnoth/Makefile.in.in:1.3 
wesnoth/po/wesnoth/Makefile.in.in:1.4
--- wesnoth/po/wesnoth/Makefile.in.in:1.3       Thu Oct 21 19:54:39 2004
+++ wesnoth/po/wesnoth/Makefile.in.in   Thu Oct 21 21:30:08 2004
@@ -113,7 +113,7 @@
          --msgid-bugs-address='$(MSGID_BUGS_ADDRESS)' \
          --keyword=_ --keyword=N_ \
          --output=- | sed s/charset=CHARSET/charset=UTF-8/ > $(DOMAIN).cpp.po
-       if test -r FINDCFG ;\
+       if test -r $(srcdir)/FINDCFG ;\
        then $(top_srcdir)/utils/wmlxgettext --directory=$(top_srcdir) \
          `cd $(top_srcdir) && sh $(subdir)/FINDCFG` > $(DOMAIN).wml.po ;\
        fi




reply via email to

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