--- 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