[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: |
Sat, 30 Oct 2004 13:38:56 -0400 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Yann Dirson <address@hidden> 04/10/30 17:33:34
Modified files:
po : Makefile.am
Log message:
added po/Makefile.in.in to EXTRA_DIST
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/Makefile.am.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
Patches:
Index: wesnoth/po/Makefile.am
diff -u wesnoth/po/Makefile.am:1.4 wesnoth/po/Makefile.am:1.5
--- wesnoth/po/Makefile.am:1.4 Sat Oct 30 12:37:44 2004
+++ wesnoth/po/Makefile.am Sat Oct 30 17:33:34 2004
@@ -1,5 +1,7 @@
SUBDIRS = wesnoth wesnoth-editor wesnoth-lib wesnoth-httt wesnoth-tdh
wesnoth-sotbe wesnoth-ei wesnoth-trow
+EXTRA_DIST = Makefile.in.in
+
update-po:
@for dir in $(SUBDIRS); do \
( cd $$dir && make $@ || exit $? ); \