thesis/Makefile

14 lines
221 B
Makefile
Raw Normal View History

2018-04-06 15:45:51 +02:00
SRC=${wildcard *.tex} these.bib
2018-02-02 14:37:04 +01:00
OPT=--pdf --synctex --command "makeidx.style index.ist"
2017-12-18 17:36:57 +01:00
all: main.pdf
clean:
rubber --clean ${SRC}
2017-12-22 09:43:09 +01:00
main.pdf: ${SRC} garde.pdf
rubber ${OPT} main.tex
2017-12-18 17:36:57 +01:00
garde.pdf: garde.tex
pdflatex $<