* Denis Barbier <[EMAIL PROTECTED]> [2004-01-23 07:23] : > On Fri, Jan 23, 2004 at 01:51:08AM +0100, Frédéric Bothamy wrote: > > Hello, > > > > It seems that the webwml run breaks on bulgarian compilation: > > > > from current http://www-master.debian.org/build-logs/webwml/wml_run.log > > > > [...] > > make -C bulgarian install > > make[1]: Entering directory `/org/www.debian.org/webwml/bulgarian' > > make[1]: *** No rule to make target `install'. Stop. > > make[1]: Leaving directory `/org/www.debian.org/webwml/bulgarian' > > make: *** [bulgarian-install] Error 2 > > > > > > Bulgarian directory seems to lack top Makefile and every other files. > > Ouch, translator removed all files, no idea why. > I just removed bulgarian from the top-level Makefile.
Thanks, Denis. BTW could this explain the segfault in stattrans.pl ? In http://www-master.debian.org/build-logs/webwml/often.log [...] run-parts: executing /org/www.debian.org/cron/parts/3stattrans Illegal division by zero at ./stattrans.pl line 324. which is 324 $percent_t{$lang} = int ($translated{$lang}/$wml{$lang} * 100 + .5); Fred

