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

have make respond to CS/ changes

parent 9240c92a
Branches
Tags
No related merge requests found
......@@ -6,7 +6,7 @@ svg-inkscape: config/bind.sty
pdflatex -shell-escape ${filename}.tex
config/bind.sty:
git submodule update --init
${filename}.ind: svg-inkscape ${filename}.idx $(wildcard *.tex)
${filename}.ind: svg-inkscape ${filename}.idx $(wildcard *.tex) $(wildcard CS/*.tex)
pdflatex ${filename}.tex
makeindex ${filename}.idx
${filename}.glg: svg-inkscape
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment