Added handling of 2008/10/dfxp-test-coverage
authorPhilippe Le Hégaret <plh@w3.org>
Fri, 21 Nov 2008 19:16:48 +0000
changeset 16 0ba5e23d6411
parent 15 52bde7823d68
child 17 2030c2d11229
Added handling of 2008/10/dfxp-test-coverage
testsuite/Report/Makefile
--- a/testsuite/Report/Makefile	Fri Nov 21 19:09:39 2008 +0000
+++ b/testsuite/Report/Makefile	Fri Nov 21 19:16:48 2008 +0000
@@ -1,6 +1,13 @@
 SAXON=saxon
 
+TARGET_REPORT=$(HOME)/WWW/2008/10/dfxp-test-coverage.html
+
 main: report
 
 report: report.xslt ../filelist.xml
 	$(SAXON) ../filelist.xml report.xslt >report.html
+
+publish: report.html
+	cp report.html $(TARGET_REPORT)
+	regreplace 'href="../' 'href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/'  $(TARGET_REPORT)
+	regreplace '.xml">' '.xml?content-type=application/xml">'  $(TARGET_REPORT)