%.html : %.xml
# Expand element abbreviations
Rscript tidy.R
xsltproc expand.xsl $*-tidy.xml > $*-expanded.xml
xsltproc contract.xsl $*-expanded.xml > $*.html
all:
make index.html
# Make different theme versions
Rscript themes.R
# Make printable version
Rscript print.R
# Make R script
Rscript script.R
# Make speaker notes
Rscript notes.R
make videos
videos:
make index.html
xsltproc extract.xsl index-tidy.xml > index-video.xml
Rscript videos.R
web:
cp -r ../DOM-slides/* ~/Web/Talks/NZSA2016/
cp -r ../videos/index-video-videos ~/Web/Talks/NZSA2016/videos