[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth/po Makefile.in.in wesnoth/POTFILES.in P...
From: |
Yann Dirson |
Subject: |
[Wesnoth-cvs-commits] wesnoth/po Makefile.in.in wesnoth/POTFILES.in P... |
Date: |
Thu, 02 Sep 2004 08:29:04 -0400 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Yann Dirson <address@hidden> 04/09/02 12:24:09
Modified files:
po : Makefile.in.in
Added files:
po/wesnoth : POTFILES.in
Removed files:
po : POTFILES.in
Log message:
first step towards multiple textdomains: move to po/$domain/POTFILES
(nearly - how I hate CVS)
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/Makefile.in.in.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/wesnoth/POTFILES.in?rev=1.1
Patches:
Index: wesnoth/po/Makefile.in.in
diff -u wesnoth/po/Makefile.in.in:1.2 wesnoth/po/Makefile.in.in:1.3
--- wesnoth/po/Makefile.in.in:1.2 Sun Aug 15 20:25:08 2004
+++ wesnoth/po/Makefile.in.in Thu Sep 2 12:24:09 2004
@@ -100,10 +100,10 @@
# This target rebuilds $(DOMAIN).pot; it is an expensive operation.
# Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
-$(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
+$(DOMAIN).pot-update: $(DOMAIN)/$(POTFILES) $(srcdir)/$(DOMAIN)/POTFILES.in
remove-potcdate.sed
$(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
--add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \
- `grep -v '\.cfg$$' $(srcdir)/POTFILES.in` \
+ `grep -v '\.cfg$$' $(srcdir)/$(DOMAIN)/POTFILES.in` \
--copyright-holder='$(COPYRIGHT_HOLDER)' \
--msgid-bugs-address='$(MSGID_BUGS_ADDRESS)' \
--keyword=_ --keyword=N_ \
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Wesnoth-cvs-commits] wesnoth/po Makefile.in.in wesnoth/POTFILES.in P...,
Yann Dirson <=