--- branches/mmeineke/matt_papers/canidacy_paper/Makefile 2002/08/21 17:39:00 93 +++ trunk/matt_papers/canidacy_paper/Makefile 2002/09/18 15:53:30 111 @@ -1,4 +1,5 @@ LBIN =/usr/local/teTeX/bin +#LBIN =/usr/bin LC = $(LBIN)/latex BC = $(LBIN)/bibtex D2PS = $(LBIN)/dvips @@ -8,7 +9,7 @@ PICTURES = .SUFFIXES: $(SUFFIXES) .dvi .ps .bib .tex .bbl .pdf PAPER_ROOT = canidacy_paper -PICTURES = +PICTURES = ssd.epsi lipidModel.epsi 5x5-initial.eps 5x5-3.6ns.epsi AIX_PSVIEWER = ghostview @@ -19,7 +20,7 @@ PSVIEWER = ${$(OS)_PSVIEWER} # # A very cool hack to "do the right thing": -PSVIEWER = ${$(OS)_PSVIEWER} +PSVIEWER = ghostview # # # standard rules: @@ -28,7 +29,7 @@ PSVIEWER = ${$(OS)_PSVIEWER} touch $*.ps /bin/rm $*.ps @echo "compiling $*" - $(D2PS) -o $*.ps $< + $(D2PS) -D 600 -o $*.ps $< .dvi.pdf: touch $*.pdf