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