source: trunk/doc/Makefile @ 10

Last change on this file since 10 was 10, checked in by guillaumeb, 16 years ago

ajout de documentation : modèle pour les slides

File size: 163 bytes
Line 
1TARGETS= slides.pdf
2
3all: $(TARGETS)
4
5%.pdf: %.tex
6        pdflatex $<
7        pdflatex $<
8
9clean:
10        rm -f *.aux *.log *.nav *.out *.toc *.snm
11
12cleanall: clean
13        rm -f $(TARGETS)
Note: See TracBrowser for help on using the repository browser.