add makefile
This commit is contained in:
parent
0029010926
commit
453471eb88
1 changed files with 12 additions and 0 deletions
12
doc/environments/groupthm/Makefile
Normal file
12
doc/environments/groupthm/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
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
|
Loading…
Reference in a new issue