From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/xetex/latex/unisugar/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 macros/xetex/latex/unisugar/Makefile (limited to 'macros/xetex/latex/unisugar/Makefile') diff --git a/macros/xetex/latex/unisugar/Makefile b/macros/xetex/latex/unisugar/Makefile new file mode 100644 index 0000000000..3683205a4b --- /dev/null +++ b/macros/xetex/latex/unisugar/Makefile @@ -0,0 +1,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 -- cgit v1.2.3