| 29 |
|
@echo "compiling $*" |
| 30 |
|
$(D2PDF) $< $*.pdf |
| 31 |
|
|
| 32 |
< |
all:: ${PAPER_ROOT}.psview |
| 32 |
> |
all:: ${PAPER_ROOT}.view |
| 33 |
|
|
| 34 |
|
dview:: ${PAPER_ROOT}.view |
| 35 |
|
|
| 41 |
|
|
| 42 |
|
print: ${PAPER_ROOT}.ps ${PAPER_ROOT}.pdf |
| 43 |
|
|
| 44 |
< |
${PAPER_ROOT}.dvi: ${PAPER_ROOT}.tex |
| 44 |
> |
${PAPER_ROOT}.dvi: ${PAPER_ROOT}.tex ${PAPER_ROOT}.bib |
| 45 |
|
$(LC) ${PAPER_ROOT} |
| 46 |
|
$(BC) ${PAPER_ROOT} |
| 47 |
|
$(LC) ${PAPER_ROOT} |
| 57 |
|
$(XDVI) -fg black ${PAPER_ROOT} |
| 58 |
|
|
| 59 |
|
clean:: |
| 60 |
< |
/bin/rm -f *.aux *.log *.bbl *.blg *.dvi *.tbx *.fgx *~ *.fff *.lof mule.* |
| 60 |
> |
/bin/rm -f *.aux *.log *.bbl *.blg *.dvi *.tbx *.fgx *~ *.fff *.lof mule.* *.lot *.ttt |
| 61 |
|
|
| 62 |
|
|