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

improve Makefile

parent 7beeb703
Branches
Tags
No related merge requests found
......@@ -2,12 +2,14 @@ filename=main
branch := $(shell git rev-parse --abbrev-ref HEAD)
output: ${filename}.pdf
pdflatex ${filename}.tex
${filename}.pdf: ${filename}.ind
${filename}.pdf: ${filename}.ind ${filename}.glg
svg-inkscape:
pdflatex -shell-escape ${filename}.tex
${filename}.ind: svg-inkscape ${filename}.idx
pdflatex ${filename}.tex
makeindex ${filename}.idx
${filename}.glg: svg-inkscape ${filename}.glo
pdflatex ${filename}.tex
makeglossaries ${filename}
resources:
pdflatex CS/resources.tex
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment