2017-12-18 17:36:57 +01:00
|
|
|
SRC=${wildcard *.tex}
|
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 $<
|