Added $g_datetime with rfc3339 date & time

This commit is contained in:
David Tenty 2007-10-06 15:40:23 -04:00
parent 0a27b7296c
commit 300250fdf9
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
OUTPUTS=$(INPUTS:.xml=.html)
XSLTARGS=g_date=`date -I` g_time=`date +%H:%M:%S` \
g_pwd="$$(pwd)" g_root="$(ROOT)"
g_pwd="$$(pwd)" g_root="$(ROOT)" g_datetime=`date --rfc-3339=seconds`
CLASSPATH=/users/www/saxon8/saxon8.jar
all: $(OUTPUTS)