Remove the @term attribute, since we compute it based on the @date.

This commit is contained in:
Simon Law 2004-02-28 22:22:22 +00:00
parent 13fb9fbdd7
commit 896e3d53a4
1 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,8 @@
#DEBUG = 1
OUTPUTS=$(INPUTS:.xml=.html)
TERM=Winter 2002
XSLTARGS=--param date "'`date -I`'" --param time "'`date +%H:%M:%S`'" --param pwd "'`pwd`'" \
--param term "'$(TERM)'" --param root "'$(ROOT)'"
XSLTARGS=--param date "'`date -I`'" --param time "'`date +%H:%M:%S`'" \
--param pwd "'`pwd`'" --param root "'$(ROOT)'"
ifdef DEBUG
XSLTARGS += -v