1 section = main download faq screenshots scratches turntable aseqjoy docs
3 all: index.html aseqjoy.html download.html faq.html scratches.html docs.html turntable.html screenshots.html
8 %.html: %.xml tX.xsl tX.dtd sedscript
9 xsltproc tX.xsl $*.xml > $*.tmp && sed -f sedscript < $*.tmp | (echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/REC-html401/loose.dtd">'; cat) > $*.html ; rm $*.tmp
10 # java org.apache.xalan.xslt.Process -in $*.xml -xsl tX.xsl -out $*.tmp && sed -f sedscript < $*.tmp | (echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/REC-html401/loose.dtd">'; cat) > $*.html ; rm $*.tmp
13 (mkdir tX_website; cp Makefile createpreview sedscript script.js *.xml *.html tX.dtd tX.xsl tX_website; tar cjf tX_website.tar.bz2 tX_website; rm -rf tX_website)
16 cp -f script.js *.html ~/.public_html/tX