"Fossies" - the Fresh Open Source Software Archive 
Member "code2html-0.9.1/INSTALL" (12 Jan 2002, 1399 Bytes) of package /linux/www/old/code2html-0.9.1.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 *** INSTALL for code2html(1) ***
2 *** $Revision: 1.2 $
3 *** $Date: 2002/01/12 21:17:02 $
4
5 Installing code2html
6 --------------------
7
8 o The code2html tarball comes with the following files:
9
10 CREDITS Lists people that have contributed to code2html
11 ChangeLog The Changelog. *duh*
12 INSTALL The file you're reading right now.
13 LICENSE This files contains the terms under wich you may
14 use, modify, and redistribute code2html. Be sure
15 to read and understand it.
16 README The Readme file.
17 code2html The code2html perl script itself.
18 code2html.1 The code2html man-page.
19
20
21 o Location of your perl interpreter
22
23 If your perl interpreter is not /usr/bin/perl (do a `which
24 perl') you will have to change the first line in code2html to
25 reflect your location.
26
27 o Copy Files
28
29 To install code2html on your system, copy the code2html file
30 itself to /usr/local/bin/ and make sure it has mode 755.
31
32 Then copy code2html.1 to your man1 directory, usually
33 /usr/local/man/man1/. It needs to have mode 644.
34
35 Additinally you may want to copy the rest du
36 /usr/share/doc/code2html or /usr/local/share/doc/code2html.
37
38 file destination mode
39 -------------------------------------------
40 code2html /usr/local/bin/ 0755
41 code2html.1 /usr/local/man/man1/ 0644
42
43 That's it, have fun.
44 Peter Palfrader <code2html@palfrader.org>