[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: |
Fri, 03 Sep 2004 05:24:28 -0400 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Yann Dirson <address@hidden> 04/09/03 09:19:25
Modified files:
po : Makefile.in.in
Log message:
allow .pot-update rule to create new potfiles
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/Makefile.in.in.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
Patches:
Index: wesnoth/po/Makefile.in.in
diff -u wesnoth/po/Makefile.in.in:1.8 wesnoth/po/Makefile.in.in:1.9
--- wesnoth/po/Makefile.in.in:1.8 Fri Sep 3 08:26:10 2004
+++ wesnoth/po/Makefile.in.in Fri Sep 3 09:19:25 2004
@@ -106,10 +106,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: $(DOMAIN).pot $(srcdir)/$(DOMAIN)/POTFILES.in
remove-potcdate.sed
-%.pot-update: %.pot $(srcdir)/%/POTFILES.in remove-potcdate.sed
+%.pot-update: $(srcdir)/%/POTFILES.in remove-potcdate.sed
$(XGETTEXT) --default-domain=$* --directory=$(top_srcdir) \
--add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \
- `grep -v '\.cfg$$' $(srcdir)/$*/POTFILES.in` \
+ `cat $(srcdir)/$*/POTFILES.in` \
--copyright-holder='$(COPYRIGHT_HOLDER)' \
--msgid-bugs-address='$(MSGID_BUGS_ADDRESS)' \
--keyword=_ --keyword=N_ \
- [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/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/04
- [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