source:
CIVL/mods/dev.civl.com/doc/manual/Makefile@
1aaefd4
| Last change on this file since 1aaefd4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 374 bytes | |
| Line | |
|---|---|
| 1 | NAME=civl-manual |
| 2 | SRC=$(NAME).tex |
| 3 | BIB=civl.bib |
| 4 | |
| 5 | $(NAME).pdf: $(SRC) part-introduction.tex part-language.tex \ |
| 6 | part-semantics.tex part-tools.tex $(BIB) Makefile \ |
| 7 | ../images/scopeCodeExample.pdf ../images/scopeStateExample.pdf |
| 8 | pdflatex $(SRC) |
| 9 | bibtex $(NAME) |
| 10 | pdflatex $(SRC) |
| 11 | pdflatex $(SRC) |
| 12 | |
| 13 | clean: |
| 14 | rm -f *.aux *.log *.out *.pdf *.blg *.bbl *.toc |
Note:
See TracBrowser
for help on using the repository browser.
