home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume10 / ease / part01 / doc / Makefile < prev   
Encoding:
Makefile  |  1987-07-09  |  293 b   |  26 lines

  1. #
  2. #    Makefile for Ease document.
  3. #
  4. #    James S. Schoner
  5. #    Purdue University Computing Center
  6. #
  7. all:    cover mainbody apen1 apen2 apen3
  8.     
  9. cover: FRC
  10.     troff -ms cover
  11.  
  12. mainbody:
  13.     tbl ease.paper | troff -ms
  14.  
  15. apen1:
  16.     tbl ap1 | troff -ms
  17.  
  18. apen2:
  19.     tbl ap2 | troff -ms
  20.  
  21. apen3:
  22.     tbl ap3 | troff -ms
  23.  
  24. FRC:
  25.  
  26.