.SUFFIXES: .htm .html .tidied .pdf .tex

all:  Qexo04.pdf Qexo04.html talk.html index.html

Qexo04.tex: Qexo04.xml Qexo04.xsl
	../scripts/db-to-latex --stringparam section.autolabel 1 --stringparam bibliography.numbered 1 Qexo04.xsl < $< > $@

Qexo04.html: Qexo04.xml Makefile
	xsltproc ../scripts/html.xsl $< > $@

index.html: info.xml ../scripts/index-page.xsl slides-toc.html
	xsltproc --stringparam curdir "../Qexo04" --stringparam curfile "Qexo04" --stringparam slides-file "../Qexo04/Qexo04.html" ../scripts/index-page.xsl info.xml \
        | sed -e 's|href="#|href="Qexo04.html#|g' >index.html

slides-toc.html: talk.xml
	xsltproc ../scripts/slides-toc.xsl talk.xml >slides-toc.html

talk.html: talk.xml
	../scripts/make-slides talk . talk.html \
	  --param title-prefix "'Qexo: '"

.tex.pdf:
	pdflatex $*.tex
