diff options
author | Camil Staps | 2016-02-09 22:18:04 +0100 |
---|---|---|
committer | Camil Staps | 2016-02-09 22:18:04 +0100 |
commit | 68761633ae46628b9b2d64de4dffab7df779e353 (patch) | |
tree | 947a43d2945d68b2c0556410a51d3990edf6448f | |
parent | Initial commit; sum. chap 3; disc. 2 (diff) |
fixed makefile
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |