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