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

fix Makefile

parent 57d47839
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 main.pdf
makeindex main.idx
makeglossaries main
pdflatex ${filename}.tex
svg-inkscape: svg-inkscape:
pdflatex -shell-escape ${filename}.tex pdflatex -shell-escape ${filename}.tex
main.pdf: main.pdf:
makeindex main.idx
makeglossaries main
pdflatex ${filename}.tex pdflatex ${filename}.tex
resources: resources:
pdflatex CS/resources.tex pdflatex CS/resources.tex
...@@ -16,4 +15,4 @@ tree: ...@@ -16,4 +15,4 @@ tree:
git subtree -P config pull ../config ${branch} git subtree -P config pull ../config ${branch}
git subtree -P config push ../config ${branch} git subtree -P config push ../config ${branch}
clean: clean:
$(RM) *.aux *.toc *.acn *.log *.ptc *.out *.idx *.ist *.glo *.glg *.gls *.acr *.alg *.ilg *.ind *.pdf rm -fr *.aux *.toc *.acn *.log *.ptc *.out *.idx *.ist *.glo *.glg *.gls *.acr *.alg *.ilg *.ind *.pdf svg-inkscape
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment