source:
trunk/doc/Makefile
@
19
Last change on this file since 19 was 15, checked in by , 15 years ago | |
---|---|
File size: 303 bytes |
Rev | Line | |
---|---|---|
[15] | 1 | all: slides.pdf rapport.pdf |
[10] | 2 | |
[12] | 3 | slides.pdf: slides.tex $(wildcard slides/*.tex) |
4 | pdflatex slides.tex | |
[15] | 5 | pdflatex rapport.tex |
[10] | 6 | |
[15] | 7 | rapport.pdf: rapport.tex |
8 | pdflatex rapport.tex | |
9 | pdflatex rapport.tex | |
10 | ||
[10] | 11 | clean: |
12 | rm -f *.aux *.log *.nav *.out *.toc *.snm | |
13 | ||
14 | cleanall: clean | |
[12] | 15 | rm -f slides.pdf |
[11] | 16 | |
[12] | 17 | PHONY: all clean cleanall |
Note: See TracBrowser
for help on using the repository browser.