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 713 by mmeineke, Sat Aug 23 17:01:50 2003 UTC vs.
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 <             header.tex \
16 <             footer.tex \
17 <             analysis.tex \
18 <             DUFF.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 45 | Line 48 | current.dvi: ${INFILES} ${PAPER_ROOT}.bib ${PICTURES}
48  
49   print: ${PAPER_ROOT}.ps  ${PAPER_ROOT}.pdf
50  
48 current.dvi: ${INFILES} ${PAPER_ROOT}.bib ${PICTURES}
49        $(LC) current
50        $(BC) current
51        $(LC) current
52        $(LC) current
53
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}
# Line 67 | 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