home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / p / python / pytexdoc / ext / lib / Makefile next >
Encoding:
Makefile  |  1996-11-09  |  439 b   |  19 lines

  1. #Makefile for Python documentation  For use with !Amu not !Make
  2.  
  3. all: tut lib ext
  4.  
  5. tut:
  6.     <TeX$Dir>.Bin.LaTeX2e tut.tex
  7.     <TeX$Dir>.Bin.LaTeX2e tut.tex
  8.  
  9. lib:
  10.     <TeX$Dir>.Bin.LaTeX2e lib.tex
  11.     <TeX$Dir>.Bin.LaTeX2e lib.tex
  12.     makeindex -o lib.ind lib.idx 
  13.     <TeX$Dir>.Bin.LaTeX2e lib.tex
  14.  
  15. ext:
  16.     <TeX$Dir>.Bin.LaTeX2e ext.tex
  17.     <TeX$Dir>.Bin.LaTeX2e ext.tex
  18.     makeindex -o ext.ind ext.idx 
  19.     <TeX$Dir>.Bin.LaTeX2e ext.tex