ADT
aaron-thesis
arm-eh
ast-experimental
cleanup-dtors
deferred_resn
demangler
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
new-env
no_list
persistent-indexer
pthread-emulation
qualifiedEnum
resolv-new
with_gc
Last change
on this file since 0720e049 was 52f3539, checked in by Peter A. Buhr <pabuhr@…>, 8 years ago |
update dependences and create PS from PDF
|
-
Property mode
set to
100644
|
File size:
543 bytes
|
Rev | Line | |
---|
[52f3539] | 1 | TeXLIB = .:../LaTeXmacros:../bibliography/:
|
---|
[1e4f05e] | 2 | LaTeX = TEXINPUTS=${TeXLIB} && export TEXINPUTS && pdflatex -halt-on-error
|
---|
| 3 | BibTeX = BIBINPUTS=${TeXLIB} && export BIBINPUTS && bibtex
|
---|
| 4 |
|
---|
[52f3539] | 5 | all : thesis.pdf
|
---|
[1e4f05e] | 6 |
|
---|
[52f3539] | 7 | thesis.pdf : Makefile ../LaTeXmacros/common.tex cfa-format.tex thesis.tex intro.tex ctordtor.tex tuples.tex variadic.tex conclusions.tex
|
---|
| 8 | ${LaTeX} thesis
|
---|
| 9 | ${BibTeX} thesis
|
---|
| 10 | ${LaTeX} thesis
|
---|
| 11 | ${LaTeX} thesis
|
---|
| 12 | pdf2ps thesis.pdf thesis.ps
|
---|
[1e4f05e] | 13 |
|
---|
[52f3539] | 14 | clean :
|
---|
[1e4f05e] | 15 | rm -f *.aux *.bbl *.blg *.lof *.log *.lot *.out *.toc
|
---|
| 16 |
|
---|
[52f3539] | 17 | spotless : clean
|
---|
| 18 | rm -f thesis.pdf thesis.ps
|
---|
Note:
See
TracBrowser
for help on using the repository browser.