Makefile
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Tue, 21 Feb 2012 22:47:39 +0000
changeset 1636 035c77d87c55
parent 1635 2883ec437195
child 1637 5b5b0cdba98b
child 1639 2b8153c82db2
Makefile
model/working-copy/Makefile
--- a/model/working-copy/Makefile	Tue Feb 21 20:59:29 2012 +0000
+++ b/model/working-copy/Makefile	Tue Feb 21 22:47:39 2012 +0000
@@ -28,11 +28,14 @@
 
 xsl:
 	html2xhtml -t 1.1 towards-wd4.html -o towards-wd4.xhtml
+	html2xhtml -t 1.1 prov-dm-constraints.html -o prov-dm-constraints.xhtml
 	grep -v mdash towards-wd4.xhtml | grep -v "/html" > towards-wd4-2.xhtml
-#	xsltproc transform-examples.xsl towards-wd4-2.xhtml
+	cat prov-dm-constraints.xhtml | sed -e "s/&le/le/g" | sed -e "s/&cup/cup/g" | sed -e "s/&ge/ge/g" | grep -v "/html" > prov-dm-constraints-2.xhtml
 	csplit -f out towards-wd4-2.xhtml /body/
 	echo "<html>" > all-divs.html
 	xpath out01 .//div[@class] >> all-divs.html
+	csplit -f out prov-dm-constraints-2.xhtml /body/
+	xpath out01 .//div[@class] >> all-divs.html
 	echo "</html>" >> all-divs.html
 	cat all-divs.html | sed -e "s/\'/\\\'/g" > all-divs2.html
 	$(MAKE) make.all-divs.js