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 1123 by mmeineke, Mon Apr 19 21:25:23 2004 UTC

# Line 1 | Line 1
1 < LBIN =/usr/local/teTeX/bin
1 > LBIN =/usr/local/bin
2   LC = $(LBIN)/latex
3   BC = $(LBIN)/bibtex
4   D2PS = $(LBIN)/dvips
# Line 7 | Line 7 | PAPER_ROOT = oopse
7  
8   .SUFFIXES: $(SUFFIXES) .dvi .ps .bib .tex .bbl .pdf
9  
10 < PAPER_ROOT = oopse
10 > PAPER_ROOT = oopsePaper
11   PICTURES   =
12  
13 INFILES    = oopse.tex \
14             analysis.tex
15
13   #
14   # A very cool hack to "do the right thing":
15   PSVIEWER = ghostview
# Line 34 | Line 31 | outline:: ${OUTLINE}.view
31  
32   all:: ${PAPER_ROOT}.psview
33  
34 + dview:: ${PAPER_ROOT}.view
35 +
36 + current:: current.psview
37 +
38   outline:: ${OUTLINE}.view
39  
40   gs:: ${PAPER_ROOT}.psview
41  
42   print: ${PAPER_ROOT}.ps  ${PAPER_ROOT}.pdf
43  
44 < ${PAPER_ROOT}.dvi: ${INFILES} ${PAPER_ROOT}.bib ${PICTURES}
44 > ${PAPER_ROOT}.dvi: ${PAPER_ROOT}.tex
45          $(LC) ${PAPER_ROOT}
46          $(BC) ${PAPER_ROOT}
47          $(LC) ${PAPER_ROOT}
48          $(LC) ${PAPER_ROOT}
49  
50 + current.psview: current.ps
51 +        ${PSVIEWER} current.ps
52 +
53   ${PAPER_ROOT}.psview: ${PAPER_ROOT}.ps
54          ${PSVIEWER} ${PAPER_ROOT}.ps
55  
# Line 53 | Line 57 | clean::
57          $(XDVI) -fg black ${PAPER_ROOT}
58  
59   clean::
60 <        /bin/rm -f *.aux *.log *.bbl *.blg *.dvi *.tbx *.fgx *~ *.fff *.lof
60 >        /bin/rm -f *.aux *.log *.bbl *.blg *.dvi *.tbx *.fgx *~ *.fff *.lof mule.*
61  
62  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines