| 11 |
|
PICTURES = |
| 12 |
|
|
| 13 |
|
INFILES = oopse.tex \ |
| 14 |
< |
analysis.tex |
| 14 |
> |
header.tex \ |
| 15 |
> |
analysis.tex \ |
| 16 |
> |
DUFF.tex |
| 17 |
|
|
| 18 |
|
# |
| 19 |
|
# A very cool hack to "do the right thing": |
| 36 |
|
|
| 37 |
|
all:: ${PAPER_ROOT}.psview |
| 38 |
|
|
| 39 |
+ |
current:: current.psview |
| 40 |
+ |
|
| 41 |
|
outline:: ${OUTLINE}.view |
| 42 |
|
|
| 43 |
|
gs:: ${PAPER_ROOT}.psview |
| 44 |
|
|
| 45 |
|
print: ${PAPER_ROOT}.ps ${PAPER_ROOT}.pdf |
| 46 |
|
|
| 47 |
+ |
current.dvi: ${INFILES} ${PAPER_ROOT}.bib ${PICTURES} |
| 48 |
+ |
$(LC) current |
| 49 |
+ |
$(BC) current |
| 50 |
+ |
$(LC) current |
| 51 |
+ |
$(LC) current |
| 52 |
+ |
|
| 53 |
|
${PAPER_ROOT}.dvi: ${INFILES} ${PAPER_ROOT}.bib ${PICTURES} |
| 54 |
|
$(LC) ${PAPER_ROOT} |
| 55 |
|
$(BC) ${PAPER_ROOT} |
| 56 |
|
$(LC) ${PAPER_ROOT} |
| 57 |
|
$(LC) ${PAPER_ROOT} |
| 58 |
|
|
| 59 |
+ |
current.psview: current.ps |
| 60 |
+ |
${PSVIEWER} current.ps |
| 61 |
+ |
|
| 62 |
|
${PAPER_ROOT}.psview: ${PAPER_ROOT}.ps |
| 63 |
|
${PSVIEWER} ${PAPER_ROOT}.ps |
| 64 |
|
|