Skip to content
Snippets Groups Projects
Unverified Commit 4d4256c6 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

ensure complete make output

parent 220d2488
No related branches found
No related tags found
No related merge requests found
......@@ -37,3 +37,5 @@ old
*.sls
.switch-*
images/wide.jpg
*latexmk
*.fls
......@@ -2,17 +2,19 @@ output: docs.pdf
images:
mkdir images
images/wide.jpg: images
images/wide.jpg:| images
convert -size 100x60 xc:skyblue -fill white -stroke black -draw "ellipse 50,30 40,20 45,270" images/wide.jpg
docs.pdf: images/wide.jpg $(wildcard *.sty) docs.tex
docs.pdf: images/wide.jpg svg-inkscape $(wildcard *.sty) docs.tex
pdflatex -shell-escape docs.tex
test.pdf: test.tex $(wildcard *.sty) $(wildcard *.tex)
pdflatex -shell-escape test.tex
makeglossaries test
resources.pdf: $(wildcard *.tex) $(wildcard *.sty)
pdflatex -shell-escape resources.tex
rules.pdf: rules.tex rules $(wildcard *.sty)
svg-inkscape:
pdflatex -shell-escape rules.tex
pdflatex -shell-escape docs.tex
rules.pdf: 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.
Finish editing this message first!
Please register or to comment