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

fix Makefile

parent 5c4da3a6
No related branches found
No related tags found
No related merge requests found
filename=main filename=main
branch := $(shell git rev-parse --abbrev-ref HEAD) branch := $(shell git rev-parse --abbrev-ref HEAD)
output: svg-inkscape main.pdf output: svg-inkscape
svg-inkscape:
pdflatex -shell-escape ${filename}.tex
main.pdf:
makeindex main.idx makeindex main.idx
makeglossaries main makeglossaries main
pdflatex ${filename}.tex pdflatex ${filename}.tex
svg-inkscape:
pdflatex -shell-escape ${filename}.tex
resources: resources:
pdflatex CS/resources.tex pdflatex CS/resources.tex
tree: tree:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment