home *** CD-ROM | disk | FTP | other *** search
/ ftp.cse.unsw.edu.au / 2014.06.ftp.cse.unsw.edu.au.tar / ftp.cse.unsw.edu.au / pub / doc / editors / vidocs / READ_ME < prev    next >
Encoding:
Text File  |  1992-10-18  |  444 b   |  17 lines

  1. First edit the Makefile to suit the commands used and their options to your
  2. system.
  3. To print the documents on printer `foo' type:
  4.  
  5.     make all PRINTER=foo
  6.  
  7. To prepare just the summary for printing:
  8.  
  9.     make summary PRINTER=foo LPR=ls
  10.  
  11. To create on-line documents:
  12.  
  13.     make all TYPE=nroff PRINTER=man LPR=ls
  14.  
  15. [I changed the original Makefile, `vi.summary' and `tmac.sU', to suit my
  16. environment; through the diff files you can recreate the originals.]
  17.