MSAnIn_-_Seance_animation/syllabus/makefile

22 lines
627 B
Makefile

SHELL = /bin/bash
# TEXINPUTS=./layout_syllabus_ffg/:.//:
all: animation_syllabus.pdf clean
animation_syllabus.pdf: animation_syllabus.tex
# echo $(SHELL)
# echo $(TEXINPUTS)
TEXINPUTS=./layout_syllabus_ffg/:.//: xelatex ./animation_syllabus.tex
TEXINPUTS=./layout_syllabus_ffg/:.//: xelatex ./animation_syllabus.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 *.synctex.gz