latex-packages/doc/environments/groupthm/Makefile
2022-01-17 17:06:18 +01:00

13 lines
155 B
Makefile

all: clean pdf
pdf:
pdflatex groupthm.dtx
clean:
latexmk -c groupthm.dtx
rm -f groupthm.hd
rm -f groupthm.glo
rm -f groupthm.pdf
.PHONY: pdf clean