summaryrefslogtreecommitdiff
path: root/macros/xetex/latex/unisugar/Makefile
blob: 3683205a4b6073be49217a24b6d969d17fd77d05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PACKAGE=unisugar
SOURCES=${PACKAGE}.tex ${PACKAGE}.sty *.png Makefile README

${PACKAGE}.pdf: ${SOURCES}
	yes q | xelatex ${PACKAGE}.tex >/dev/null
	yes q | xelatex ${PACKAGE}.tex >/dev/null
	yes q | xelatex ${PACKAGE}.tex >/dev/null

wrap: ${PACKAGE}.zip 

${PACKAGE}.zip: ${PACKAGE}.pdf $(SOURCES) *.png
	zip $@ $?

clean:
	rm -f *.aux *.toc *~ *.log *.out *.pdf