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 775 by chrisfen, Fri Sep 19 19:16:36 2003 UTC

# Line 8 | Line 8 | PICTURES   =
8   .SUFFIXES: $(SUFFIXES) .dvi .ps .bib .tex .bbl .pdf
9  
10   PAPER_ROOT = oopse
11 < PICTURES   =
11 > PICTURES   = lipidModel.epsi \
12 >             dynamicPropsMem.eps
13  
14 < INFILES    = oopse.tex \
15 <             analysis.tex
14 > # list section files in order of inclusion
15 > INFILES = preamble.tex \
16 >          titleAbstract.tex \
17 >          ssd.tex \
18 >          DUFF.tex \
19 >          analysis.tex \
20 >          acknowledgements.tex \
21 >          bibEnd.tex
22  
23   #
24   # A very cool hack to "do the right thing":
# Line 34 | Line 41 | outline:: ${OUTLINE}.view
41  
42   all:: ${PAPER_ROOT}.psview
43  
44 + current:: current.psview
45 +
46   outline:: ${OUTLINE}.view
47  
48   gs:: ${PAPER_ROOT}.psview
# Line 41 | Line 50 | ${PAPER_ROOT}.dvi: ${INFILES} ${PAPER_ROOT}.bib ${PICT
50   print: ${PAPER_ROOT}.ps  ${PAPER_ROOT}.pdf
51  
52   ${PAPER_ROOT}.dvi: ${INFILES} ${PAPER_ROOT}.bib ${PICTURES}
53 +        /bin/rm -rf ${PAPER_ROOT}.tex
54 +        for i in ${INFILES}; \
55 +        do cat $$i >> ${PAPER_ROOT}.tex; \
56 +        done;
57          $(LC) ${PAPER_ROOT}
58          $(BC) ${PAPER_ROOT}
59          $(LC) ${PAPER_ROOT}
60          $(LC) ${PAPER_ROOT}
61  
62 + current.psview: current.ps
63 +        ${PSVIEWER} current.ps
64 +
65   ${PAPER_ROOT}.psview: ${PAPER_ROOT}.ps
66          ${PSVIEWER} ${PAPER_ROOT}.ps
67  
# Line 53 | Line 69 | clean::
69          $(XDVI) -fg black ${PAPER_ROOT}
70  
71   clean::
72 <        /bin/rm -f *.aux *.log *.bbl *.blg *.dvi *.tbx *.fgx *~ *.fff *.lof
72 >        /bin/rm -f *.aux *.log *.bbl *.blg *.dvi *.tbx *.fgx *~ *.fff *.lof mule.*
73  
74  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines