ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/oopsePaper/Makefile
(Generate patch)

Comparing trunk/oopsePaper/Makefile (file contents):
Revision 663 by mmeineke, Fri Aug 1 20:22:36 2003 UTC vs.
Revision 664 by mmeineke, Mon Aug 4 21:52:29 2003 UTC

# Line 11 | Line 11 | INFILES    = oopse.tex \
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":
# Line 34 | Line 36 | outline:: ${OUTLINE}.view
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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines