1.23
2.0
acw/focus-triggers
main
test-branch
| Rev | Line | |
|---|
| [9c391c1] | 1 | NAME=civl-manual
|
|---|
| 2 | SRC=$(NAME).tex
|
|---|
| 3 | BIB=civl.bib
|
|---|
| 4 |
|
|---|
| [8f423ff] | 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
|
|---|
| [9c391c1] | 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.