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

Comparing:
branches/mmeineke/matt_papers/canidacy_paper/Makefile (file contents), Revision 93 by mmeineke, Wed Aug 21 17:39:00 2002 UTC vs.
trunk/matt_papers/canidacy_paper/Makefile (file contents), Revision 111 by mmeineke, Wed Sep 18 15:53:30 2002 UTC

# Line 1 | Line 1
1   LBIN =/usr/local/teTeX/bin
2 + #LBIN =/usr/bin
3   LC = $(LBIN)/latex
4   BC = $(LBIN)/bibtex
5   D2PS = $(LBIN)/dvips
# Line 8 | Line 9 | PICTURES   =
9   .SUFFIXES: $(SUFFIXES) .dvi .ps .bib .tex .bbl .pdf
10  
11   PAPER_ROOT = canidacy_paper
12 < PICTURES   =
12 > PICTURES   = ssd.epsi lipidModel.epsi 5x5-initial.eps 5x5-3.6ns.epsi
13  
14  
15   AIX_PSVIEWER   = ghostview
# Line 19 | Line 20 | PSVIEWER = ${$(OS)_PSVIEWER}
20  
21   #
22   # A very cool hack to "do the right thing":
23 < PSVIEWER = ${$(OS)_PSVIEWER}
23 > PSVIEWER = ghostview
24   #
25   #
26   # standard rules:
# Line 28 | Line 29 | PSVIEWER = ${$(OS)_PSVIEWER}
29          touch $*.ps
30          /bin/rm $*.ps
31          @echo "compiling $*"
32 <        $(D2PS) -o $*.ps $<
32 >        $(D2PS) -D 600 -o $*.ps $<
33  
34   .dvi.pdf:
35          touch $*.pdf

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines