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
Line 
1all: slides.pdf rapport.pdf
2
3slides.pdf: slides.tex $(wildcard slides/*.tex)
4        pdflatex slides.tex
5        pdflatex rapport.tex
6
7rapport.pdf: rapport.tex
8        pdflatex rapport.tex
9        pdflatex rapport.tex
10
11clean:
12        rm -f *.aux *.log *.nav *.out *.toc *.snm
13
14cleanall: clean
15        rm -f slides.pdf
16
17PHONY: all clean cleanall
Note: See TracBrowser for help on using the repository browser.