[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth/po Makefile.in.in
From: |
Yann Dirson |
Subject: |
[Wesnoth-cvs-commits] wesnoth/po Makefile.in.in |
Date: |
Sat, 04 Sep 2004 05:00:20 -0400 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Yann Dirson <address@hidden> 04/09/04 08:54:31
Modified files:
po : Makefile.in.in
Log message:
another fix for the new po layout
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/Makefile.in.in.diff?tr1=1.14&tr2=1.15&r1=text&r2=text
Patches:
Index: wesnoth/po/Makefile.in.in
diff -u wesnoth/po/Makefile.in.in:1.14 wesnoth/po/Makefile.in.in:1.15
--- wesnoth/po/Makefile.in.in:1.14 Fri Sep 3 16:22:32 2004
+++ wesnoth/po/Makefile.in.in Sat Sep 4 08:54:31 2004
@@ -153,7 +153,7 @@
# stricter deps and will use lang as a rule stem
ifneq ($(NOGENERIC),1)
%.po: *.pot
- @domain=`basename \`dirname address@hidden; \
+ @domain=`basename $@ | sed s,\.po,,`; \
echo " make DOMAIN=$$domain NOGENERIC=1 $@"; \
$(MAKE) DOMAIN=$$domain NOGENERIC=1 $@
endif
- [Wesnoth-cvs-commits] wesnoth/po Makefile.in.in, Yann Dirson, 2004/09/03
- [Wesnoth-cvs-commits] wesnoth/po Makefile.in.in, Yann Dirson, 2004/09/03
- [Wesnoth-cvs-commits] wesnoth/po Makefile.in.in, Yann Dirson, 2004/09/03
- [Wesnoth-cvs-commits] wesnoth/po Makefile.in.in, Yann Dirson, 2004/09/03
- [Wesnoth-cvs-commits] wesnoth/po Makefile.in.in, Yann Dirson, 2004/09/03
- [Wesnoth-cvs-commits] wesnoth/po Makefile.in.in,
Yann Dirson <=
- [Wesnoth-cvs-commits] wesnoth/po Makefile.in.in, Yann Dirson, 2004/09/09
- [Wesnoth-cvs-commits] wesnoth/po Makefile.in.in, Yann Dirson, 2004/09/09
- [Wesnoth-cvs-commits] wesnoth/po Makefile.in.in, Yann Dirson, 2004/09/11