latex-packages/doc/environments/groupthm/Makefile

16 lines
237 B
Makefile
Raw Normal View History

2022-01-17 17:06:18 +01:00
all: clean pdf
pdf:
pdflatex groupthm.dtx
2022-01-17 21:52:22 +01:00
makeindex -s gind.ist groupthm.idx
pdflatex groupthm.dtx
pdflatex groupthm.dtx
2022-01-17 17:06:18 +01:00
clean:
latexmk -c groupthm.dtx
rm -f groupthm.hd
rm -f groupthm.glo
rm -f groupthm.pdf
.PHONY: pdf clean