aboutsummaryrefslogtreecommitdiffstats
path: root/buch
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-07-18 11:00:07 +0200
committerNao Pross <np@0hm.ch>2021-07-18 11:00:07 +0200
commit4dd42de2dd28bbbdf7e08693719e9c43f9294348 (patch)
treebd37eb010e386ab99121d1d808ace72c06d1649f /buch
parentFix typos and suggested changes in crystals section (diff)
downloadSeminarMatrizen-4dd42de2dd28bbbdf7e08693719e9c43f9294348.tar.gz
SeminarMatrizen-4dd42de2dd28bbbdf7e08693719e9c43f9294348.zip
Fix standalone makefile target
Diffstat (limited to 'buch')
-rw-r--r--buch/papers/punktgruppen/Makefile2
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 \