|
From: | Yann Dirson |
Subject: | [Wesnoth-cvs-commits] wesnoth/po Makefile.in.in DOMAINS wesnoth-edito... |
Date: | Thu, 02 Sep 2004 12:56:20 -0400 |
CVSROOT: /cvsroot/wesnoth Module name: wesnoth Branch: Changes by: Yann Dirson <address@hidden> 04/09/02 16:45:28 Modified files: po : Makefile.in.in Added files: po : DOMAINS po/wesnoth-editor: POTFILES.in ca.po cs.po da.po de.po es.po eu.po fi.po fr.po hu.po it.po nl.po no.po pl.po pt_BR.po sk.po sv.po Log message: added support for wesnoth-editor textdomain CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/DOMAINS?rev=1.1 http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/Makefile.in.in.diff?tr1=1.4&tr2=1.5&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/wesnoth-editor/POTFILES.in?rev=1.1 http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/wesnoth-editor/ca.po?rev=1.1 http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/wesnoth-editor/cs.po?rev=1.1 http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/wesnoth-editor/da.po?rev=1.1 http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/wesnoth-editor/de.po?rev=1.1 http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/wesnoth-editor/es.po?rev=1.1 http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/wesnoth-editor/eu.po?rev=1.1 http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/wesnoth-editor/fi.po?rev=1.1 http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/wesnoth-editor/fr.po?rev=1.1 http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/wesnoth-editor/hu.po?rev=1.1 http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/wesnoth-editor/it.po?rev=1.1 http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/wesnoth-editor/nl.po?rev=1.1 http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/wesnoth-editor/no.po?rev=1.1 http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/wesnoth-editor/pl.po?rev=1.1 http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/wesnoth-editor/pt_BR.po?rev=1.1 http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/wesnoth-editor/sk.po?rev=1.1 http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/wesnoth-editor/sv.po?rev=1.1 Patches: Index: wesnoth/po/Makefile.in.in diff -u wesnoth/po/Makefile.in.in:1.4 wesnoth/po/Makefile.in.in:1.5 --- wesnoth/po/Makefile.in.in:1.4 Thu Sep 2 13:12:12 2004 +++ wesnoth/po/Makefile.in.in Thu Sep 2 16:45:24 2004 @@ -92,7 +92,10 @@ # $(POFILES) has been designed to not touch files that don't need to be # changed. stamp-po: $(srcdir)/$(DOMAIN).pot - test -z "$(GMOFILES)" || $(MAKE) $(GMOFILES) + test -z "$(GMOFILES)" || \ + for domain in `cat DOMAINS`; do \ + $(MAKE) DOMAIN=$$domain $(GMOFILES) ;\ + done @echo "touch stamp-po" @echo timestamp > stamp-poT @mv stamp-poT stamp-po
[Prev in Thread] | Current Thread | [Next in Thread] |