modified the import script to follow the new style...

...without a seperate campaignname.cfg
This commit is contained in:
Nils Kneuper 2007-07-22 00:07:17 +00:00
parent 2675707495
commit e42471a15d

View file

@ -50,7 +50,6 @@ cp po/wesnoth/LINGUAS po/%(textdomain)s/
cat > po/%(textdomain)s/FINDCFG <<'EOF'
find data/campaigns/%(campaign)s -name '*.cfg' -print
echo data/campaigns/%(campaign)s.cfg
EOF