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

Diff of /manuscripts/xupdf/Makefile

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

revision 1.1 by jvk, Tue Feb 11 17:41:56 2003 UTC revision 1.2 by jvk, Wed Feb 12 08:18:38 2003 UTC
# Line 1  Line 1 
1  all: article.gen.pdf  .SUFFIXES: $(SUFFIXES) .ps .dvi
2    
3    all: article.gen.ps
4    
5    .dvi.ps:
6            dvips $< -o $@
7    
8  ../Irregu/mercury5part.ps:  ../Irregu/mercury5part.ps:
9          make -C ../Irregu mercury5part.ps          make -C ../Irregu mercury5part.ps
10    
11  article.gen.ps: article.gen.latex ../Irregu/mercury5part.ps  article.gen.dvi: article.gen.latex ../Irregu/mercury5part.ps
12          latex article.gen.latex          latex article.gen.latex
13          BIBINPUTS=..:$$BIBINPUTS bibtex article.gen          BIBINPUTS=..:$$BIBINPUTS bibtex article.gen
14          latex article.gen.latex          latex article.gen.latex

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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