--- trunk/tengDissertation/Makefile 2006/04/03 18:07:54 2685 +++ trunk/tengDissertation/Makefile 2006/06/30 02:45:29 2912 @@ -1,26 +1,27 @@ LBIN =/usr/local/bin -LC = $(LBIN)/latex -BC = $(LBIN)/bibtex -D2PS = $(LBIN)/dvips +LC = latex +BC = bibtex +D2PS = dvips D2PDF = dvipdf -XDVI = $(LBIN)/xdvi +XDVI = xdvi .SUFFIXES: $(SUFFIXES) .dvi .ps .bib .tex .bbl .pdf PAPER_ROOT = dissertation PICTURES = \ - + # list section files in order of inclusion INFILES = phdPreamble.tex \ - Introduction.tex \ - Methodology.tex \ - Lipid.tex\ - LiquidCrystal.tex \ - Conclusion.tex \ - Appendix.tex \ - phdBib.tex + Introduction.tex \ + Methodology.tex \ + Lipid.tex\ + LiquidCrystal.tex \ + Langevin.tex \ + Conclusion.tex \ + Appendix.tex \ + phdBib.tex PSVIEWER = ghostview @@ -37,7 +38,7 @@ PSVIEWER = ghostview touch $*.pdf /bin/rm $*.pdf @echo "compiling $*" - $(D2PDF) $< $*.pdf + $(D2PDF) $< $*.pdf all:: ${PAPER_ROOT}.psview @@ -74,5 +75,3 @@ clean:: clean:: /bin/rm -f *.aux *.log *.bbl *.blg *.dvi *.tbx *.fgx *~ *.fff *.lof mule.* - -