On Sat, Mar 04, 2000 at 05:17:08AM -0700, Anthony Fok wrote: > It seems that the variable CUR_YEAR is undefined in > english/News/Makefile, so the english/News/index.en.html won't be > updated just because something is added or updated english/News/2000. > Please check and confirm. :-) > > I was wondering if CUR_YEAR should be defined "globally", > e.g. add the line > > CUR_YEAR=$(shell date +%Y) > > to Make.lang or Make.common. I also noticed that in News/weekly/Makefile > it has already been done, but with a different name: > > # Get the current year. > YEAR=$(shell date +%Y) > I have just committed CUR_YEAR in */Make.common.
-- James (Jay) Treacy [EMAIL PROTECTED]

