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