I hate LaTeX
This commit is contained in:
@@ -2,16 +2,21 @@ latex=xelatex
|
||||
pdflatex=xelatex
|
||||
bibtex=bibtex
|
||||
|
||||
graph_pngs= graphs/valid_graph.png
|
||||
|
||||
|
||||
|
||||
all: main.pdf
|
||||
|
||||
main.pdf: main.tex #main.bib $(cover) $(chapters)
|
||||
main.pdf: main.tex $(graph_pngs)
|
||||
$(latex) main
|
||||
#$(bibtex) main
|
||||
$(latex) main
|
||||
$(pdflatex) main
|
||||
|
||||
|
||||
graphs/%.png: graphs/%.dot
|
||||
dot $< -Tpng -o $@
|
||||
|
||||
clean:
|
||||
-rm main.aux
|
||||
@@ -22,3 +27,4 @@ clean:
|
||||
-rm main.pdf
|
||||
-rm main.toc
|
||||
-rm main.bbl
|
||||
-rm $(graph_pngs)
|
||||
|
Reference in New Issue
Block a user