formations/modules_EOLE_envole/Makefile

31 lines
571 B
Makefile
Raw Normal View History

2013-01-08 11:27:47 +01:00
#!/usr/bin/make
scribe:
pdflatex scribe.tex
pdflatex scribe.tex
scribe-horus:
pdflatex scribe-horus.tex
pdflatex scribe-horus.tex
amon-sphynx:
2013-01-08 11:30:15 +01:00
pdflatex amon-sphynx.tex
pdflatex amon-sphynx.tex
2013-01-08 11:27:47 +01:00
2013-02-05 16:57:30 +01:00
tronc-commun-1:
pdflatex tronc-commun-1.tex
pdflatex tronc-commun-1.tex
tronc-commun-2:
pdflatex tronc-commun-2.tex
pdflatex tronc-commun-2.tex
2013-01-08 11:27:47 +01:00
clean:
2013-01-08 11:38:54 +01:00
find . -name '*.log' -delete
find . -name '*.out' -delete
find . -name '*.aux' -delete
find . -name '*.toc' -delete
find . -name '*.nav' -delete
find . -name '*.snm' -delete
find . -name '*.aux' -delete