source: trunk/doc/Makefile

Last change on this file was 15, checked in by guillaumeb, 15 years ago

ajout du rapport

File size: 303 bytes
RevLine 
[15]1all: slides.pdf rapport.pdf
[10]2
[12]3slides.pdf: slides.tex $(wildcard slides/*.tex)
4        pdflatex slides.tex
[15]5        pdflatex rapport.tex
[10]6
[15]7rapport.pdf: rapport.tex
8        pdflatex rapport.tex
9        pdflatex rapport.tex
10
[10]11clean:
12        rm -f *.aux *.log *.nav *.out *.toc *.snm
13
14cleanall: clean
[12]15        rm -f slides.pdf
[11]16
[12]17PHONY: all clean cleanall
Note: See TracBrowser for help on using the repository browser.