/[gzz]/gzz/Documentation/Manuscripts/Paper/Makefile
ViewVC logotype

Diff of /gzz/Documentation/Manuscripts/Paper/Makefile

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

revision 1.4 by tjl, Tue Nov 26 20:18:12 2002 UTC revision 1.5 by jvk, Wed Nov 27 09:46:29 2002 UTC
# Line 1  Line 1 
1  .SUFFIXES: $(SUFFIXES) .eps .fig  .SUFFIXES: $(SUFFIXES) .eps .pdf .fig
2    
3  all: perceptual-model.eps  all: perceptual-model.eps
4          latex paper          latex paper
5          BIBINPUTS=..:$$BIBINPUTS bibtex paper          BIBINPUTS=..:$$BIBINPUTS bibtex paper
6          latex paper          latex paper
7    
8    # doesn't work because of .ps screenshots
9    pdf: perceptual-model.pdf
10            pdflatex paper
11            BIBINPUTS=..:$$BIBINPUTS bibtex paper
12            pdflatex paper
13    
14  .fig.eps:  .fig.eps:
15          fig2dev -L eps $< $@          fig2dev -L eps $< $@
16    
17    .fig.pdf:
18            fig2dev -L pdf $< $@
19    
20  shots:  shots:
21          for i in ../../../shots/texcomb_?.png; do \          for i in ../../../shots/texcomb_?.png; do \
22              pngtopnm <$$i | pnmtops -noturn -imagewidth 3  > `basename $$i .png`.ps; \              pngtopnm <$$i | pnmtops -noturn -imagewidth 3  > `basename $$i .png`.ps; \

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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