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

Comparing:
branches/mmeineke/oopsePaper/Makefile (file contents), Revision 662 by mmeineke, Fri Aug 1 20:22:36 2003 UTC vs.
trunk/oopsePaper/Makefile (file contents), Revision 712 by mmeineke, Sat Aug 23 12:07:27 2003 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines