summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfergus.henderson <fergus.henderson@01de4be4-8c4a-0410-9132-4925637da917>2009-01-20 22:22:04 +0000
committerfergus.henderson <fergus.henderson@01de4be4-8c4a-0410-9132-4925637da917>2009-01-20 22:22:04 +0000
commit1de4d5d63580f4d2df21f3bebe1b180d679baea0 (patch)
tree65b35341c4d009c8609407076a0305f69ef494a0
parent466a7b1b7ee885626eba2f0837e0dc8302f8a966 (diff)
downloaddistcc-1de4d5d63580f4d2df21f3bebe1b180d679baea0.tar.gz
- Add pointer to the INSTALL file to the main page.
- Create an index.html in doc/web/man to make the presentation of that page prettier. Previously it was a rather ugly directory listing of file names like "distcc_1.html", "distccd_1.html", etc. - Add links to the INSTALL file and README* files from that doc/web/man/index.html page. Reviewed by Craig Silverstein. git-svn-id: http://distcc.googlecode.com/svn/trunk@649 01de4be4-8c4a-0410-9132-4925637da917
-rw-r--r--doc/web/index.html3
-rw-r--r--doc/web/man/index.html21
2 files changed, 24 insertions, 0 deletions
diff --git a/doc/web/index.html b/doc/web/index.html
index 93e8d30..9edd619 100644
--- a/doc/web/index.html
+++ b/doc/web/index.html
@@ -91,6 +91,9 @@ Thanks a lot for a great tool! &mdash; Jeremy Barnes
<br><tt>cd ~/work/myproject; pump make -j8 CC=distcc</tt>
</ol>
+<p>
+For more detailed installation instructions, see the
+<a href="http://code.google.com/p/distcc/source/browse/trunk/INSTALL">INSTALL</a> file.
<p align="center">
<img alt="Picture of distcc monitor window"
diff --git a/doc/web/man/index.html b/doc/web/man/index.html
new file mode 100644
index 0000000..5154420
--- /dev/null
+++ b/doc/web/man/index.html
@@ -0,0 +1,21 @@
+<html><head><title>Distcc manuals</title></head>
+<body>
+ <h2>Installation instructions:</h2>
+ <ul>
+ <li><a href="../../../INSTALL">INSTALL</a></li>
+ </ul>
+ <h2>Man pages:</h2>
+ <ul>
+ <li><a href="distcc_1.html">distcc(1)</a></li>
+ <li><a href="distccd_1.html">distccd(1)</a></li>
+ <li><a href="distccmon_text_1.html">distccmon_text(1)</a></li>
+ <li><a href="include_server_1.html">include_server(1)</a></li>
+ <li><a href="pump_1.html">pump(1)</a></li>
+ </ul>
+ <h2>README files:</h2>
+ <ul>
+ <li><a href="../../../README">README</a></li>
+ <li><a href="../../../README.pump">README.pump</a></li>
+ <li><a href="../../../README.packaging">README.packaging</a></li>
+ </ul>
+</body></html>