Import from v. 2.0.2 downloaded from http://getfo.org/texml/
[texml.git] / tests / data / quick / Makefile
1 all: quick.pdf
2
3 quick.pdf: quick.tex
4         pdflatex $<
5
6 pyfiles := $(wildcard ../../../bin/*py) ../../../scripts/texml_local
7
8 quick.tex: quick.texml $(pyfiles)
9         ../../../scripts/texml_local --width 60 $< $@
10
11 quick.texml: quick.xsl quick.html
12         xsltproc -o $@ $+
13
14 clean:
15         rm -f *log *aux *~