latex-packages/doc/environments/groupthm/Makefile

19 lines
276 B
Makefile
Raw Normal View History

2022-01-24 01:05:29 +01:00
all: clean pdf
2022-01-17 17:06:18 +01:00
pdf:
pdflatex groupthm.dtx
2022-01-17 21:52:22 +01:00
makeindex -s gind.ist groupthm.idx
pdflatex groupthm.dtx
2022-01-17 17:06:18 +01:00
2022-01-17 22:34:53 +01:00
clean: clean-sty
2022-01-17 17:06:18 +01:00
latexmk -c groupthm.dtx
rm -f groupthm.hd
rm -f groupthm.glo
rm -f groupthm.pdf
2022-01-17 22:34:53 +01:00
clean-sty:
rm -f groupthm.sty
2022-01-23 01:27:53 +01:00
rm -f groupthm.tdo
2022-01-17 22:34:53 +01:00
2022-01-17 17:06:18 +01:00
.PHONY: pdf clean