home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1998 September / PCO_0998.ISO / filesbbs / frei / vnc-doc.arj / VNC-DOC.ZIP / makefile < prev    next >
Encoding:
Makefile  |  1998-06-09  |  165 b   |  11 lines

  1.  
  2. OTHERFILES = $(wildcard *.*)
  3.  
  4. SUBDIRS=images
  5.  
  6. include $(WWWRULES)
  7.  
  8. install::
  9.     (cd /project/star/vnc/external/vnc-3.3.2/; \
  10.      ./make-zips doc && ./install-zips doc)
  11.