Update of /cvsroot/fink/web/xml/news
In directory vz-cvs-3.sog:/tmp/cvs-serv5362

Modified Files:
        Makefile 
Log Message:
Fix regression (W3CDTFDATE was expanded to early)

Index: Makefile
===================================================================
RCS file: /cvsroot/fink/web/xml/news/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Makefile    27 Oct 2011 12:08:29 -0000      1.12
+++ Makefile    27 Nov 2011 18:19:46 -0000      1.13
@@ -31,7 +31,7 @@
 #%.rdf: $(SOURCE) $(STYLESHEET_RDF)
 %.$(1).rdf: $(BASE_SOURCE).$(1).xml $(STYLESHEET_RDF)
        xmllint --noout --valid $$<
-       xsltproc --stringparam currdate "$(W3CDTFDATE)" -o $$@ 
$(STYLESHEET_RDF) $$<
+       xsltproc --stringparam currdate "$$(W3CDTFDATE)" -o $$@ 
$(STYLESHEET_RDF) $$<
 endef
 
 $(foreach LANG,$(LANGUAGES_AVAILABLE),$(eval $(call NEWS_TEMPLATE,$(LANG))))


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to