summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2016-02-09 22:18:04 +0100
committerCamil Staps2016-02-09 22:18:04 +0100
commit68761633ae46628b9b2d64de4dffab7df779e353 (patch)
tree947a43d2945d68b2c0556410a51d3990edf6448f
parentInitial commit; sum. chap 3; disc. 2 (diff)
fixed makefile
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ed52353..8be449d 100644
--- a/Makefile
+++ b/Makefile
@@ -2,10 +2,10 @@ TARGET=summary.pdf $(subst .tex,.pdf,$(wildcard discussion-*.tex))
all: $(TARGET)
-summary.pdf: summary.tex $(shell ls sum-*.tex) discussion.sty
+summary.pdf: summary.tex $(shell ls sum-*.tex) dogmatics.sty
latexmk $<
-%.pdf: %.tex $(shell ls sum-*.tex) discussion.sty
+%.pdf: %.tex $(shell ls sum-*.tex) dogmatics.sty
latexmk $<
clean: