/[gzz]/manuscripts/xupdf/Makefile
ViewVC logotype

Diff of /manuscripts/xupdf/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by tjl, Sat Feb 15 22:37:24 2003 UTC revision 1.17 by jvk, Sat Feb 15 22:43:20 2003 UTC
# Line 1  Line 1 
1  .SUFFIXES: $(SUFFIXES) .ps .dvi  .SUFFIXES: $(SUFFIXES) .ps .dvi .png
2    
3  all: article.gen.ps article.gen.pdf  all: article.gen.ps article.gen.pdf
4    
5    SHOTS=buoyframe0.ps buoyframe1.ps buoyframe2.ps buoyframe3.ps buoyframe4.ps buoyframe5.ps
6    
7  .dvi.ps:  .dvi.ps:
8          dvips $< -o $@          dvips $< -o $@
9    
# Line 11  all: article.gen.ps article.gen.pdf Line 13  all: article.gen.ps article.gen.pdf
13  mercury5part2.ps: mercury5part2.png Makefile  mercury5part2.ps: mercury5part2.png Makefile
14          pngtopnm <mercury5part2.png | pgmtopbm | pnmtops -noturn -imagewidth 3.3 > mercury5part2.ps          pngtopnm <mercury5part2.png | pgmtopbm | pnmtops -noturn -imagewidth 3.3 > mercury5part2.ps
15    
16  article.gen.dvi: article.gen.latex style.tex mercury5part2.ps buoyGeometry.eps nadirGeometry.eps nadirtext.1 nadirtext.2 acm_proc_article-sp.cls  .png.ps:
17            pngtopnm < $< | pnmtops -noturn -imagewidth 3.3 > $@
18    
19    article.gen.dvi: article.gen.latex style.tex mercury5part2.ps buoyGeometry.eps nadirGeometry.eps nadirtext.1 nadirtext.2 acm_proc_article-sp.cls $(SHOTS)
20          latex article.gen.latex          latex article.gen.latex
21          BIBINPUTS=..:$$BIBINPUTS bibtex article.gen          BIBINPUTS=..:$$BIBINPUTS bibtex article.gen
22          latex article.gen.latex          latex article.gen.latex
# Line 40  nadirGeometry.eps: ../../gzz/doc/buoy/na Line 45  nadirGeometry.eps: ../../gzz/doc/buoy/na
45    
46  nadirtext.1 nadirtext.2: nadirtext.mp  nadirtext.1 nadirtext.2: nadirtext.mp
47          mpost nadirtext.mp          mpost nadirtext.mp
48    

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26