source:
CIVL/doc/manual/Makefile@
32410ee
| Last change on this file since 32410ee was 9c391c1, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 198 bytes | |
| Rev | Line | |
|---|---|---|
| [9c391c1] | 1 | NAME=civl-manual |
| 2 | SRC=$(NAME).tex | |
| 3 | BIB=civl.bib | |
| 4 | ||
| 5 | $(NAME).pdf: $(SRC) $(BIB) | |
| 6 | pdflatex $(SRC) | |
| 7 | bibtex $(NAME) | |
| 8 | pdflatex $(SRC) | |
| 9 | pdflatex $(SRC) | |
| 10 | ||
| 11 | clean: | |
| 12 | rm -f *.aux *.log *.out *.pdf *.blg *.bbl *.toc |
Note:
See TracBrowser
for help on using the repository browser.
