CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Yann Dirson <[EMAIL PROTECTED]> 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_ \


Reply via email to