From 9110ff72793deb6b1b226ea631f6ae6df682605f Mon Sep 17 00:00:00 2001 From: Isaac Clerencia Perez Date: Sun, 15 Aug 2004 21:21:27 +0000 Subject: [PATCH] Removed data/tutorial.cfg and data/tutorial2.cfg from wml2po.pl script ... ...as they no longer exist --- utils/wml2po.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/wml2po.pl b/utils/wml2po.pl index 40abe15f305..a18b086875a 100755 --- a/utils/wml2po.pl +++ b/utils/wml2po.pl @@ -77,7 +77,7 @@ our %suffix = ( # get ids from other wml files @wmlfiles = (qw(data/game.cfg data/help.cfg data/items.cfg data/multiplayer.cfg - data/schedules.cfg data/tutorial.cfg data/tutorial2.cfg), + data/schedules.cfg), glob ("data/scenarios/*/*.cfg")); foreach my $wmlfile (@wmlfiles) { open (WML, $wmlfile) or die "cannot open $wmlfile";