diff options
author | Marc Laukien <marc@zeroc.com> | 2005-03-02 21:34:49 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2005-03-02 21:34:49 +0000 |
commit | c5c20ee8f4d7f07be2e11a482255b3960beee687 (patch) | |
tree | 7e62b30bc8f7f7e5cdec61b01254815b12382f88 | |
parent | configuration notes (diff) | |
download | ice-c5c20ee8f4d7f07be2e11a482255b3960beee687.tar.bz2 ice-c5c20ee8f4d7f07be2e11a482255b3960beee687.tar.xz ice-c5c20ee8f4d7f07be2e11a482255b3960beee687.zip |
fix
-rw-r--r-- | cpp/doc/README.html | 18 | ||||
-rw-r--r-- | cpp/doc/manual.sgml | 6 |
2 files changed, 21 insertions, 3 deletions
diff --git a/cpp/doc/README.html b/cpp/doc/README.html new file mode 100644 index 00000000000..1b7e29b4645 --- /dev/null +++ b/cpp/doc/README.html @@ -0,0 +1,18 @@ +<html> +<head> +<title> +Ice Documentation +</title> +<body> +<h1>Ice Documentation</h1> +<p>The full Ice manual is available as a separate download from +ZeroC's Web server. This distribution only contains a small HTML +subset of the full documentation.</p> +<ul> +<li>Download the <a href="http://www.zeroc.com/download.html#doc">full +Ice manual</a> from ZeroC's Web server.</li> +<li>Browse the <a href="manual/index.html">HTML reference +documentation</a> included in this distribution.</li> +</ul> +</body> +</html> diff --git a/cpp/doc/manual.sgml b/cpp/doc/manual.sgml index 784b7e980e5..a28a3bc0cec 100644 --- a/cpp/doc/manual.sgml +++ b/cpp/doc/manual.sgml @@ -29,17 +29,17 @@ <book><?dbhtml filename="index.html"> <bookinfo> -<title>Ice Reference Manual</title> +<title>Ice Reference Documentation</title> <publisher> <publishername>ZeroC, Inc.</publishername> <address> -<city>North Palm Beach</city> +<city>Palm Beach Gardens</city> <state>Florida</state> <country>USA</country> </address> </publisher> <copyright> -<year>2003</year> +<year>2003-2005</year> <holder>ZeroC, Inc. All rights reserved.</holder> </copyright> </bookinfo> |