home *** CD-ROM | disk | FTP | other *** search
/ The Mac 13 / the-mac-13.iso / Shareware City / Utilities / setext2html / unix / readme.unix next >
Encoding:
Text File  |  1995-06-05  |  492 b   |  14 lines  |  [TEXT/ttxt]

  1. Preparing the script to run under unix
  2. Change the folowing line in the script
  3.  
  4.                 $MACINTOSH=1;
  5. to
  6.                 # $MACINTOSH=1;
  7.  
  8. Check the first 2 lines in the script and make sure that /usr/bin/perl points to your perl binary. If not, change the lines.
  9.  
  10. - Copy the script to a propriate directory, eg /usr/local/bin
  11. - Do "chmod 0755 setext2html.pl"
  12. - Copy the file setext2html.pl.1 to the man1 directory in your manual pages directory
  13.  
  14. Now you can enter "man setext2html.pl" to read the manual page.