source:
trunk/abcl/doc/manual/Makefile
@
13802
Last change on this file since 13802 was 13802, checked in by , 9 years ago | |
---|---|
File size: 208 bytes |
Line | |
---|---|
1 | |
2 | all: abcl.pdf |
3 | |
4 | abcl.pdf: abcl.tex abcl.bib |
5 | pdflatex abcl.tex |
6 | bibtex abcl |
7 | makeindex abcl |
8 | pdflatex abcl.tex |
9 | pdflatex abcl.tex |
10 | |
11 | clean: |
12 | rm -f *.aux *.bbl *.blg *.idx *.ilg *.ind *.log *.out *.toc abcl.pdf |
Note: See TracBrowser
for help on using the repository browser.