MSIn_-_TRA_Figures_acrobati.../Syllabus/makefile

22 lines
712 B
Makefile
Raw Permalink Normal View History

2016-06-04 12:56:29 +02:00
SHELL = /bin/bash
# TEXINPUTS=./layout_syllabus_ffg/:.//:
2024-08-13 16:43:47 +02:00
all: figures_acrobatiques_syllabus.pdf clean
2016-06-04 12:56:29 +02:00
2024-08-13 16:43:47 +02:00
figures_acrobatiques_syllabus.pdf: figures_acrobatiques_syllabus.tex
2016-06-04 12:56:29 +02:00
# echo $(SHELL)
# echo $(TEXINPUTS)
2024-08-13 16:43:47 +02:00
TEXINPUTS=./layout_syllabus_ffg/:.//: xelatex ./figures_acrobatiques_syllabus.tex
TEXINPUTS=./layout_syllabus_ffg/:.//: xelatex ./figures_acrobatiques_syllabus.tex
2016-06-04 12:56:29 +02:00
# .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 *.texmake *.fls *.fdb_latexmk