-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
18 lines (11 loc) · 694 Bytes
/
Makefile
File metadata and controls
18 lines (11 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PDFLATEXOPTS=-shell-escape -halt-on-error -enable-pipes
all:allrubber
all_pdflatex:$(wildcard *.tex) $(wildcard haskell/src/*.hs) $(wildcard figures/*)
pdflatex ${PDFLATEXOPTS} these_simon_archipoff.tex
bibtex these_simon_archipoff
pdflatex ${PDFLATEXOPTS} these_simon_archipoff.tex
pdflatex ${PDFLATEXOPTS} these_simon_archipoff.tex
allrubber:$(wildcard *.tex) $(wildcard haskell/src/*.hs) $(wildcard figures/*)
rubber --pdf --unsafe these_simon_archipoff.tex
mrproper:
rm -rf /tmp/TAG*.hs these_simon_archipoff.aux these_simon_archipoff.idx these_simon_archipoff.log these_simon_archipoff.out these_simon_archipoff.pyg _minted-these_simon_archipoff/* these_simon_archipoff.bbl