On Wed, Jan 22, 2003 at 01:11:25PM +0900, Tomohiro KUBOTA wrote: > Hi, > > I found Japanese translation of events pages per year (for > example, http://www.debian.org/events/2002/index.ja.html) aren't > updated these several days, even though I updated gettext > items for "Past events" and "Future events" and I also updated > several event items to use SGML entities instead of ISO-8859-1. > The pages also sometimes fail to use localized date formats in > po/ctime.ja.po .
When under /News/, /events/, and /security/ directories, NOGENERICDEP is set to true in webwml/Makefile.common. So we have to either add $(GETTEXTDEP) to all targets in these directories, or remove this special handling (I did not check whether it is really needed). Denis