home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / procssng / ccs / ccs-11tl.lha / lbl / x11 / man / makefile.src < prev    next >
Encoding:
Makefile  |  1993-03-12  |  205 b   |  18 lines

  1. #
  2. # makefile for user-contributed/lbl/x11/man
  3. #
  4.  
  5. MANPAGES = ftuner.n getx.n tuner.n
  6.  
  7. install:    man-pgm
  8.  
  9. clean:    clean-pgm
  10. clean-all:    clean_all
  11.  
  12. man:
  13.     $(MANPRINT) $(MANPAGES)
  14.  
  15. doc:
  16.  
  17. pristine:    pristineman-pgm
  18.