thesis/Makefile

17 lines
277 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
2018-06-19 17:25:43 +02:00
manuscrit.pdf: main.pdf
ps2pdf main.pdf manuscrit.pdf
2017-12-18 17:36:57 +01:00
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 $<