latex-packages/src/environments/groupthm/Makefile

15 lines
157 B
Makefile
Raw Normal View History

2022-01-17 17:06:18 +01:00
pdf:
2022-01-30 13:43:53 +01:00
latexmk groupthm.dtx
2022-01-17 17:06:18 +01:00
2022-01-30 13:43:53 +01:00
full:
latexmk -gg groupthm.dtx
clean:
2022-01-17 17:06:18 +01:00
latexmk -c groupthm.dtx
2022-01-30 13:43:53 +01:00
clean-all:
latexmk -C groupthm.dtx
2022-01-17 22:34:53 +01:00
2022-01-30 13:43:53 +01:00
.PHONY: clean, clean-all