MSIn_-_TRA_Bases_de_la_biom.../Syllabus/makefile

22 lines
643 B
Makefile

SHELL = /bin/bash
# TEXINPUTS=./layout_syllabus_ffg/:.//:
all: base_biomecanique.pdf clean
base_biomecanique.pdf: base_biomecanique.tex
# echo $(SHELL)
# echo $(TEXINPUTS)
TEXINPUTS=./layout_syllabus_ffg/:.//: xelatex ./base_biomecanique.tex
TEXINPUTS=./layout_syllabus_ffg/:.//: xelatex ./base_biomecanique.tex
# .DELETE_ON_ERROR:
# %.pdf %.aux %.idx: %.tex
# pdflatex $<
# while grep 'Rerun to get ' $*.log ; do pdflatex $< ; done
clean:
@rm -vf *.aux *.glo *.idx *.log *.toc *.ist *.acn *.acr *.alg *.bbl *.blg *.dvi *.glg *.gls *.ilg *.ind *.lof *.lot *.maf *.mtc *.mtc1 *.out *.fls *.fdb_latexmk *.synctex.gz