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 737 by mmeineke, Mon Sep 1 19:50:07 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 >          DUFF.tex \
18 >          analysis.tex \
19 >          acknowledgements.tex \
20 >          bibEnd.tex
21  
22   #
23   # A very cool hack to "do the right thing":
# Line 34 | Line 40 | outline:: ${OUTLINE}.view
40  
41   all:: ${PAPER_ROOT}.psview
42  
43 + current:: current.psview
44 +
45   outline:: ${OUTLINE}.view
46  
47   gs:: ${PAPER_ROOT}.psview
# Line 41 | Line 49 | ${PAPER_ROOT}.dvi: ${INFILES} ${PAPER_ROOT}.bib ${PICT
49   print: ${PAPER_ROOT}.ps  ${PAPER_ROOT}.pdf
50  
51   ${PAPER_ROOT}.dvi: ${INFILES} ${PAPER_ROOT}.bib ${PICTURES}
52 +        /bin/rm -rf ${PAPER_ROOT}.tex
53 +        for i in ${INFILES}; \
54 +        do cat $$i >> ${PAPER_ROOT}.tex; \
55 +        done;
56          $(LC) ${PAPER_ROOT}
57          $(BC) ${PAPER_ROOT}
58          $(LC) ${PAPER_ROOT}
59          $(LC) ${PAPER_ROOT}
60  
61 + current.psview: current.ps
62 +        ${PSVIEWER} current.ps
63 +
64   ${PAPER_ROOT}.psview: ${PAPER_ROOT}.ps
65          ${PSVIEWER} ${PAPER_ROOT}.ps
66  
# Line 53 | Line 68 | clean::
68          $(XDVI) -fg black ${PAPER_ROOT}
69  
70   clean::
71 <        /bin/rm -f *.aux *.log *.bbl *.blg *.dvi *.tbx *.fgx *~ *.fff *.lof
71 >        /bin/rm -f *.aux *.log *.bbl *.blg *.dvi *.tbx *.fgx *~ *.fff *.lof mule.*
72  
73  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines