Fixed quotes in default.mk.in

This commit is contained in:
David Tenty 2007-10-06 16:24:05 -04:00
parent 9f044bec8d
commit 06b93863ff
2 changed files with 3 additions and 6 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_datetime=`date --rfc-3339=seconds`
XSLTARGS=g_date=`date -I` g_time=`date +%H:%M:%S` g_datetime="`date --rfc-3339=seconds`" \
g_pwd="$$(pwd)" g_root="$(ROOT)"
CLASSPATH=/users/www/saxon8/saxon8.jar
all: $(OUTPUTS)

View File

@ -8,9 +8,6 @@
xmlns:csc="http://csclub.uwaterloo.ca/xslt">
<xsl:param name="g_datetime" required="yes" />
<xsl:param name="g_time" required="yes" />
<xsl:param name="g_pwd" required="yes" />
<xsl:param name="g_root" required="yes" />
<xsl:template match="//eventdefs">
<xsl:call-template name="atom">
@ -36,7 +33,7 @@
<title>UW Computer Science Club <xsl:value-of select="$title"/></title>
<link href="http://csclub.uwaterloo.ca/{$feedfile}" rel="self"/>
<link href="http://csclub.uwaterloo.ca/"/>
<updated><xsl:value-of select="$g_date"/></updated>
<updated><xsl:value-of select="$g_datetime"/></updated>
<id>urn:uuid:<xsl:value-of select="$uuid"/></id>
<author>
<name>University of Waterloo Computer Science Club</name>