ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/tengDissertation/Makefile
(Generate patch)

Comparing trunk/tengDissertation/Makefile (file contents):
Revision 2685 by tim, Mon Apr 3 18:07:54 2006 UTC vs.
Revision 2912 by tim, Fri Jun 30 02:45:29 2006 UTC

# Line 1 | Line 1
1   LBIN =/usr/local/bin
2 < LC = $(LBIN)/latex
3 < BC = $(LBIN)/bibtex
4 < D2PS = $(LBIN)/dvips
2 > LC = latex
3 > BC = bibtex
4 > D2PS = dvips
5   D2PDF = dvipdf
6 < XDVI = $(LBIN)/xdvi
6 > XDVI = xdvi
7  
8   .SUFFIXES: $(SUFFIXES) .dvi .ps .bib .tex .bbl .pdf
9  
10   PAPER_ROOT = dissertation
11   PICTURES   = \
12  
13            
13  
14 +
15   # list section files in order of inclusion
16   INFILES = phdPreamble.tex \
17 <        Introduction.tex \
18 <        Methodology.tex \
19 <        Lipid.tex\
20 <        LiquidCrystal.tex \
21 <        Conclusion.tex \
22 <        Appendix.tex \
23 <        phdBib.tex
17 >    Introduction.tex \
18 >    Methodology.tex \
19 >    Lipid.tex\
20 >    LiquidCrystal.tex \
21 >    Langevin.tex \
22 >    Conclusion.tex \
23 >    Appendix.tex \
24 >    phdBib.tex
25  
26   PSVIEWER = ghostview
27  
# Line 37 | Line 38 | PSVIEWER = ghostview
38          touch $*.pdf
39          /bin/rm $*.pdf
40          @echo "compiling $*"
41 <        $(D2PDF) $< $*.pdf
41 >        $(D2PDF) $< $*.pdf
42  
43   all:: ${PAPER_ROOT}.psview
44  
# Line 74 | Line 75 | clean::
75  
76   clean::
77          /bin/rm -f *.aux *.log *.bbl *.blg *.dvi *.tbx *.fgx *~ *.fff *.lof mule.*
77
78

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines