From 896e3d53a4ec8af0934dd3dde339698af445eb9c Mon Sep 17 00:00:00 2001 From: Simon Law Date: Sat, 28 Feb 2004 22:22:22 +0000 Subject: [PATCH] Remove the @term attribute, since we compute it based on the @date. --- default.mk.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/default.mk.in b/default.mk.in index 1c8dacd..2aefd56 100755 --- a/default.mk.in +++ b/default.mk.in @@ -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