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 714 by mmeineke, Sun Aug 24 02:36:10 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   # list section files in order of inclusion
15   INFILES = preamble.tex \
# Line 50 | Line 51 | ${PAPER_ROOT}.dvi: ${INFILES} ${PAPER_ROOT}.bib ${PICT
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}; \
54 >        do cat $$i >> ${PAPER_ROOT}.tex; \
55          done;
56          $(LC) ${PAPER_ROOT}
57          $(BC) ${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