Added $g_datetime with rfc3339 date & time
This commit is contained in:
parent
0a27b7296c
commit
300250fdf9
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue