home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / grafix / misc / ami2d_2_0.lha / ami2d_dist / ami2d / doc / makefile < prev    next >
Encoding:
Makefile  |  1994-09-19  |  1.6 KB  |  47 lines

  1. #
  2. guide:  ami2d.texinfo rexx.texi bcs.texi geom.texi help.texi process.texi solve.texi
  3.         makeinfo --amiga ami2d.texinfo
  4.  
  5. doc:    ami2d.texinfo
  6.         makeinfo --amiga --no-header -o ami2d.doc ami2d.texinfo
  7.  
  8. tex:    ami2d.texinfo
  9.         tex ami2d.texinfo
  10.         texindex ami2d.cp ami2d.fn
  11.         tex ami2d.texinfo
  12.         dvidvi 2:0 ami2d.dvi ami2d1.dvi
  13.         dvidvi 2:-1 ami2d.dvi ami2d2.dvi
  14.  
  15. rexx.texi:
  16.         list > t:list.out ami2d:rexx/#?.rexx lformat="@item %M (@pxref{Header,%N,Header,%S%S,%N})." nohead
  17.         sort t:list.out rexx.texi
  18.         delete t:list.out
  19.  
  20. bcs.texi:
  21.         list > t:list.out ami2d:macros/bcs/#?.rexx lformat="@item %M (@pxref{Header,%N,Header,%S%S,%N})." nohead
  22.         sort t:list.out bcs.texi
  23.         delete t:list.out
  24.  
  25. geom.texi:
  26.         list > t:list.out ami2d:macros/geom/#?.rexx lformat="@item %M (@pxref{Header,%N,Header,%S%S,%N})." nohead
  27.         sort t:list.out geom.texi
  28.         delete t:list.out
  29.  
  30. help.texi:
  31.         list > t:list.out ami2d:macros/help/#?.rexx lformat="@item %M (@pxref{Header,%N,Header,%S%S,%N})." nohead
  32.         sort t:list.out help.texi
  33.         delete t:list.out
  34.  
  35. process.texi:
  36.         list > t:list.out ami2d:macros/process/#?.rexx lformat="@item %M (@pxref{Header,%N,Header,%S%S,%N})." nohead
  37.         sort t:list.out process.texi
  38.         delete t:list.out
  39.  
  40. solve.texi:
  41.         list > t:list.out ami2d:macros/solve/#?.rexx lformat="@item %M (@pxref{Header,%N,Header,%S%S,%N})." nohead
  42.         sort t:list.out solve.texi
  43.         delete t:list.out
  44.  
  45. clean:
  46.         delete ami2d.?? ami2d.cps ami2d.fns ami2d.log ami2d.aux ami2d.toc #?.texi
  47.