home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2002 April / pcpro0402.iso / essentials / apps / VNC / Documentation / vnc_docs / makefile < prev    next >
Encoding:
Makefile  |  2002-01-17  |  213 b   |  11 lines

  1. OTHERFILES = $(wildcard *.*)
  2.  
  3. include $(WEBRULES)
  4.  
  5. faq:
  6.     /project/star/vnc/scripts/makefaq.py < faq.xml > faq.html
  7.  
  8. install::
  9.     (cd /project/star/vnc/external/vnc-3.3.3/; \
  10.      ./make-zips doc && ./install-zips doc)
  11.