home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pp / pp-6.0 / doc / unix-niftp / Makefile < prev    next >
Encoding:
Makefile  |  1991-09-18  |  178 b   |  14 lines

  1. #
  2. # makefile for unix niftp document
  3. #
  4. #
  5.  
  6. nroff: unix-niftp-pp.txt
  7. unix-niftp-pp.txt: unix-niftp-pp.ms
  8.     nroff -ms $? > $@
  9.  
  10. clean:
  11.     rm -f unix-niftp-pp.txt
  12.  
  13. install tidy depend:;
  14.