Added $g_datetime with rfc3339 date & time

foo
David Tenty 16 years ago
parent 0a27b7296c
commit 300250fdf9
  1. 2
      default.mk.in

@ -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…
Cancel
Save