According to the Makefile, the top index.$(LANGUAGE).html still depends on News/1998/1998*.wml. But it should be News/1999/1999*.wml, shouldn't it?
> # Do Not modify the following line > index.$(LANGUAGE).html: index.wml $(TEMPLDIR)/mainpage.wml \ > $(wildcard News/1998/1998*.wml) $(wildcard > $(ENGLISHSRCDIR)/News/1998/1998*.wml) \ > $(wildcard security/1999/1999*.wml) $(wildcard > $(ENGLISHSRCDIR)/security/1999/1999*.wml) \ > $(TEMPLDIR)/ctime.wml $(TEMPLDIR)/recent_list.wml > $(TEMPLDIR)/languages.wml > $(WML) index.wml -- Keita Maehara <[EMAIL PROTECTED]>

