Skip to content
Snippets Groups Projects
Verified Commit 8c270b69 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

fix makefile dependency

parent e5053c0b
Branches
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ resources.pdf: $(wildcard *.tex) $(wildcard *.sty)
svg-inkscape:
pdflatex -shell-escape rules.tex
pdflatex -shell-escape docs.tex
rules.pdf: svg-inkscape rules.tex rules $(wildcard *.sty)
rules.pdf: images/wide.jpg svg-inkscape rules.tex rules $(wildcard *.sty)
pdflatex -shell-escape rules.tex
all: docs.pdf test.pdf resources.pdf rules.pdf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment