[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth/po Makefile.am
From: |
Yann Dirson |
Subject: |
[Wesnoth-cvs-commits] wesnoth/po Makefile.am |
Date: |
Sun, 17 Oct 2004 08:52:47 -0400 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Yann Dirson <address@hidden> 04/10/17 12:45:33
Modified files:
po : Makefile.am
Log message:
allow to make po-update on all textdomains
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/Makefile.am.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
Patches:
Index: wesnoth/po/Makefile.am
diff -u wesnoth/po/Makefile.am:1.2 wesnoth/po/Makefile.am:1.3
--- wesnoth/po/Makefile.am:1.2 Sun Oct 10 22:33:52 2004
+++ wesnoth/po/Makefile.am Sun Oct 17 12:45:33 2004
@@ -1 +1,6 @@
SUBDIRS = wesnoth wesnoth-editor wesnoth-lib wesnoth-httt wesnoth-tdh
wesnoth-sotbe wesnoth-ei wesnoth-trow
+
+update-po:
+ @for dir in $(SUBDIRS); do \
+ ( cd $$dir && make $@ || exit $? ); \
+ done