better makefile
This commit is contained in:
parent
5c45b89b52
commit
b514de5e09
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,7 @@
|
|||
all: clean-sty pdf sty
|
||||
sty:
|
||||
pdflatex groupthm.ins
|
||||
|
||||
all: clean pdf sty
|
||||
|
||||
pdf:
|
||||
pdflatex groupthm.dtx
|
||||
|
@ -15,7 +18,4 @@ clean: clean-sty
|
|||
clean-sty:
|
||||
rm -f groupthm.sty
|
||||
|
||||
sty:
|
||||
pdflatex groupthm.ins
|
||||
|
||||
.PHONY: pdf clean
|
||||
|
|
Loading…
Reference in a new issue