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 898 by gezelter, Fri Oct 24 21:27:59 2003 UTC vs.
Revision 899 by mmeineke, Tue Jan 6 18:53:58 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 13 | Line 13 | INFILES = preamble.tex \
13  
14   # list section files in order of inclusion
15   INFILES = preamble.tex \
16 <          titleAbstract.tex \
17 <          ssd.tex \
18 <          integrator.tex \
19 <          extended.tex \
20 <          DUFF.tex \
21 <          analysis.tex \
22 <          acknowledgements.tex \
23 <          bibEnd.tex
16 >        TitleAbstract.tex \
17 >        Introduction.tex \
18 >        EmpericalEnergy.tex \
19 >        IOfiles.tex \
20 >        Mechanics.tex \
21 >        TrajectoryAnalysis.tex \
22 >        ProgramDesign.tex \
23 >        Conclusion.tex \
24 >        Acknowledgements.tex \
25 >        bibEnd.tex
26  
27   #
28   # A very cool hack to "do the right thing":
# Line 43 | Line 45 | current:: current.psview
45  
46   all:: ${PAPER_ROOT}.psview
47  
48 + dview:: ${PAPER_ROOT}.view
49 +
50   current:: current.psview
51  
52   outline:: ${OUTLINE}.view
# Line 51 | Line 55 | ${PAPER_ROOT}.dvi: ${INFILES} ${PAPER_ROOT}.bib ${PICT
55  
56   print: ${PAPER_ROOT}.ps  ${PAPER_ROOT}.pdf
57  
58 < ${PAPER_ROOT}.dvi: ${INFILES} ${PAPER_ROOT}.bib ${PICTURES}
58 > ${PAPER_ROOT}.tex: ${INFILES} ${PAPER_ROOT}.bib ${PICTURES}
59          /bin/rm -rf ${PAPER_ROOT}.tex
60          for i in ${INFILES}; \
61          do cat $$i >> ${PAPER_ROOT}.tex; \
62          done;
63 +
64 + ${PAPER_ROOT}.dvi: ${PAPER_ROOT}.tex
65          $(LC) ${PAPER_ROOT}
66          $(BC) ${PAPER_ROOT}
67          $(LC) ${PAPER_ROOT}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines