thesis/Makefile

17 lines
277 B
Makefile
Raw Normal View History

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