Author: ivanovic
Date: Tue May  1 12:06:50 2007
New Revision: 17232

URL: http://svn.gna.org/viewcvs/wesnoth?rev=17232&view=rev
Log:
fixed some probs with wescamp_import

Modified:
    trunk/utils/wescamp_import

Modified: trunk/utils/wescamp_import
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/wescamp_import?rev=17232&r1=17231&r2=17232&view=diff
==============================================================================
--- trunk/utils/wescamp_import (original)
+++ trunk/utils/wescamp_import Tue May  1 12:06:50 2007
@@ -45,7 +45,9 @@
     print """\
 # Generated script to do an import of %(textdomain)s from a WesCamp checkout
 #
-cp %(wescamp_path)s/%(campaign)s/po/.po po/%(textdomain)s
+cp %(wescamp_path)s/%(campaign)s-po/po/*.po* po/%(textdomain)s
+
+cp po/wesnoth/LINGUAS po/%(textdomain)s/
 
 echo >po/%(textdomain)s/FINDCFG <<'EOF'
 find data/campaigns/%(campaign)s -name '*.cfg' -print
@@ -99,15 +101,15 @@
 EXTRA_LOCALE_CATEGORIES =
 'EOF'
 
-cp po/%(template_campaign)s/POTFILES po/%(textdomain)s/
+touch po/%(textdomain)s/POTFILES.in
 
 ed po/Makefile.am <<'EOF'
 /^SUBDIRS/s/$/ %(textdomain)s/
 wq
 EOF
 
-# Warning: this depends on m4/Makefile being in ther list of generated files
-ed po/configure.ac <<'EOF'
+# Warning: this depends on m4/Makefile being in the list of generated files
+ed configure.ac <<'EOF'
 /m4\/Makefile/-1a
 po/%(textdomain)s/Makefile.in
 .


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to