[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: modified translation-check



On Thu, Apr 05, 2001 at 10:08:22PM +0200, Martin Schulze wrote:
> 
> Actually this was not sufficient.  I now found the other error that
> I received:
> 
> finlandia!joey(pts/53):/home/project/Debian/CVS/webwml/english/zzzzzPRESS> make
> wml -q -D CUR_YEAR=2001 -o UNDEFuEN:index.en.html@g+w   index.wml
> ../../touch_translations.pl /home/project/Debian/CVS/webwml/english/zzzzzPRESS/index.wml en
> /home/project/Debian/CVS/webwml/english/zzzzzPRESS/CVS/Entries: No such file or directory at ../../touch_translations.pl line 105.
> make: *** [index.en.html] Error 2
> 
[...]
> Please also comment on this change which is basically the same:

I guess all you need to do is simply change the line:

open FILE, "${path}/CVS/Entries" or die "${path}/CVS/Entries: $!";

to:

open FILE, "${path}/CVS/Entries" or exit;

Since there is no need to touch anything if the original file
is not in CVS.

regards

Marcin
-- 
Marcin Owsiany <porridge@pandora.info.bielsko.pl>
http://student.uci.agh.edu.pl/~porridge/
GnuPG: 1024D/60F41216  FE67 DA2D 0ACA FC5E 3F75  D6F6 3A0D 8AA0 60F4 1216



Reply to: