Fixed FINDCFG so update-po can work again with the migrated campaigns

This commit is contained in:
Benoît Timbert 2006-01-10 21:54:40 +00:00
parent 90f875803a
commit f5bdc07440
6 changed files with 7 additions and 7 deletions

View file

@ -1,2 +1,2 @@
find data/scenarios/Eastern_Invasion -name '*.cfg' -print
find data/campaigns/Eastern_Invasion -name '*.cfg' -print
echo data/campaigns/Eastern_Invasion.cfg

View file

@ -1,2 +1,2 @@
find data/scenarios/Heir_To_The_Throne -name '*.cfg' -print
find data/campaigns/Heir_To_The_Throne -name '*.cfg' -print
echo data/campaigns/Heir_To_The_Throne.cfg

View file

@ -1,2 +1,2 @@
find data/scenarios/Son_Of_The_Black_Eye -name '*.cfg' -print
find data/campaigns/Son_Of_The_Black_Eye -name '*.cfg' -print
echo data/campaigns/Son_Of_The_Black_Eye.cfg

View file

@ -1,2 +1,2 @@
find data/scenarios/The_Dark_Hordes -name '*.cfg' -print
find data/campaigns/The_Dark_Hordes -name '*.cfg' -print
echo data/campaigns/The_Dark_Hordes.cfg

View file

@ -1,2 +1,2 @@
find data/scenarios/The_Rise_of_Wesnoth -name '*.cfg' -print
echo data/campaigns/The_Rise_of_Wesnoth.cfg
find data/campaigns/The_Rise_Of_Wesnoth -name '*.cfg' -print
echo data/campaigns/The_Rise_Of_Wesnoth.cfg

View file

@ -1 +1 @@
find data/scenarios/tutorial -name '*.cfg' -print
find data/tutorial -name '*.cfg' -print