%.html : %.xml
# Expand element abbreviations
Rscript tidy.R
xsltproc expand.xsl $*-tidy.xml > $*.html
all:
make index.html
# Make theme variations
Rscript themes.R
# Make printable version
Rscript print.R
# Make R script
Rscript script.R
# Make speaker notes
Rscript notes.R
web:
cp -r ../publish-slides/* ~/Web/Talks/Dept2016/