FfG_Cours_juge/makefile

21 lines
638 B
Makefile
Raw Normal View History

2016-11-05 15:33:59 +01:00
SHELL = /bin/bash
# TEXINPUTS=./layout_syllabus_ffg/:.//:
all: Cours_de_Juges.pdf clean
Cours_de_Juges.pdf: Cours_de_Juges.tex
# echo $(SHELL)
# echo $(TEXINPUTS)
TEXINPUTS=./layout_syllabus_ffg/:.//: xelatex ./Cours_de_Juges.tex
TEXINPUTS=./layout_syllabus_ffg/:.//: xelatex ./Cours_de_Juges.tex
# .DELETE_ON_ERROR:
# %.pdf %.aux %.idx: %.tex
# pdflatex $<
# while grep 'Rerun to get ' $*.log ; do pdflatex $< ; done
clean:
2024-09-10 09:32:50 +02:00
@rm -vf *.aux *.glo *.idx *.log *.toc *.ist *.acn *.acr *.alg *.bbl *.blg *.dvi *.glg *.gls *.ilg *.ind *.lof *.lot *.maf *.mtc *.mtc1 *.out *.synctex.gz *.nav *.snm *.fdb_latexmk *.fls