From 8afe55e8ef5fbed5fde22c1c0124204b5c1d6395 Mon Sep 17 00:00:00 2001 From: Martin Schulze Date: Fri, 18 May 2001 16:46:47 +0000 Subject: Small correction in Makefile, large result, make broke down. Hellas wasn't known to touch_translations.pl. CVS version numbers touch_translations.pl: 1.3 -> 1.4 --- touch_translations.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'touch_translations.pl') diff --git a/touch_translations.pl b/touch_translations.pl index d023ffd07b6..cf82a7503b0 100755 --- a/touch_translations.pl +++ b/touch_translations.pl @@ -28,6 +28,7 @@ "hr" => "croatian", "da" => "danish", "nl" => "dutch", + "el" => "hellas", "en" => "english", "eo" => "esperanto", "fi" => "finnish", @@ -96,7 +97,7 @@ sub when_forced { $argfile = $ARGV[0] or die "Invalid number of arguments"; die "Invalid number of arguments" unless $ARGV[1]; -$arglang = $langs{$ARGV[1]} or die "Invalid lang argument"; +$arglang = $langs{$ARGV[1]} or die "Invalid lang argument: $ARGV[1]"; $argfile =~ m+(.*)/(.*)\.wml+ or die "pattern does not match"; my ($path, $file) = ($1, $2); -- cgit v1.2.3