diff options
author | Nao Pross <np@0hm.ch> | 2021-07-18 11:00:07 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-07-18 11:00:07 +0200 |
commit | 4dd42de2dd28bbbdf7e08693719e9c43f9294348 (patch) | |
tree | bd37eb010e386ab99121d1d808ace72c06d1649f /buch/papers/punktgruppen | |
parent | Fix typos and suggested changes in crystals section (diff) | |
download | SeminarMatrizen-4dd42de2dd28bbbdf7e08693719e9c43f9294348.tar.gz SeminarMatrizen-4dd42de2dd28bbbdf7e08693719e9c43f9294348.zip |
Fix standalone makefile target
Diffstat (limited to 'buch/papers/punktgruppen')
-rw-r--r-- | buch/papers/punktgruppen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buch/papers/punktgruppen/Makefile b/buch/papers/punktgruppen/Makefile index 47affeb..98e7149 100644 --- a/buch/papers/punktgruppen/Makefile +++ b/buch/papers/punktgruppen/Makefile @@ -32,7 +32,7 @@ figures/%.pdf: tikz/%.tex pdflatex --output-directory=figures $< .PHONY: standalone -standalone: standalone.tex $(SOURCES) +standalone: standalone.tex $(SOURCES) $(FIGURES) mkdir -p standalone cd ../..; \ pdflatex \ |