summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/xelatex/unisugar/Makefile
blob: 0547e59c103d98e88c7ac8422e9f1b94710249de (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

${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) 
	zip $@ $?

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