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