home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / sun / volume1 / rntool / Makefile next >
Encoding:
Makefile  |  1989-07-20  |  358 b   |  19 lines

  1. ROOT=/usr/news
  2. BIN=/usr/local/bin
  3. MAN=/usr/man/man1
  4. IMAGES=$(ROOT)/images
  5. TOOLTOOL=$(ROOT)/tooltool
  6.  
  7. install:
  8.     chmod +x rntool rn.sh
  9.     cp rntool $(BIN)
  10.     cp rntool.1 $(MAN)
  11.     cp news.icon nonews.icon $(IMAGES)
  12.     cp rn.tt rn.sh $(TOOLTOOL)
  13.  
  14. shar:
  15.     shar -a README Makefile rntool rntool.1 rn.sh rn.tt \
  16.         news.icon nonews.icon > rntool.shar
  17.     compress rntool.shar
  18.  
  19.