HTML INCLUDE SYSTEM Version 1.0 beta1 - Compatible to Phase 5
Copyright (C) 2000 , Ulli Meybohm, www.meybohm.de (GNU General Public License)

Start:    
          htmlinc <include_dir> <htmlfile_1> <htmlfile_2> ... <htmlfile_n>

Options:
          <include_dir> = Directory of the Includefiles
	  <htmlfile_i>  = HTML-Files in which the includes should be updated

Examples:
          1:   htmlinc ~/www/inc/ *.html

          2:   cd ~/www
	       htmlinc inc/ `find * | grep "\\."html`      (recursive)
	      

Report bugs to ulli@meybohm.de.
