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 775 by chrisfen, Fri Sep 19 19:16:36 2003 UTC vs.
Revision 1439 by gezelter, Thu Jul 29 20:06:07 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 7 | Line 7 | PAPER_ROOT = oopse
7  
8   .SUFFIXES: $(SUFFIXES) .dvi .ps .bib .tex .bbl .pdf
9  
10 < PAPER_ROOT = oopse
11 < PICTURES   = lipidModel.epsi \
12 <             dynamicPropsMem.eps
10 > PAPER_ROOT = oopsePaper
11 > PICTURES   =
12  
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
13   #
14   # A very cool hack to "do the right thing":
15   PSVIEWER = ghostview
# Line 39 | Line 29 | all:: ${PAPER_ROOT}.psview
29          @echo "compiling $*"
30          $(D2PDF) $< $*.pdf
31  
32 < all:: ${PAPER_ROOT}.psview
32 > all:: ${PAPER_ROOT}.view
33  
34 + dview:: ${PAPER_ROOT}.view
35 +
36   current:: current.psview
37  
38   outline:: ${OUTLINE}.view
# Line 49 | Line 41 | ${PAPER_ROOT}.dvi: ${INFILES} ${PAPER_ROOT}.bib ${PICT
41  
42   print: ${PAPER_ROOT}.ps  ${PAPER_ROOT}.pdf
43  
44 < ${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;
44 > ${PAPER_ROOT}.dvi: ${PAPER_ROOT}.tex ${PAPER_ROOT}.bib
45          $(LC) ${PAPER_ROOT}
46          $(BC) ${PAPER_ROOT}
47          $(LC) ${PAPER_ROOT}
# Line 69 | Line 57 | clean::
57          $(XDVI) -fg black ${PAPER_ROOT}
58  
59   clean::
60 <        /bin/rm -f *.aux *.log *.bbl *.blg *.dvi *.tbx *.fgx *~ *.fff *.lof mule.*
60 >        /bin/rm -f *.aux *.log *.bbl *.blg *.dvi *.tbx *.fgx *~ *.fff *.lof mule.* *.lot *.ttt
61  
62  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines