diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-02-05 16:04:24 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-02-05 16:04:24 +0000 |
commit | e2472fec1c01ad3bfa41e2edcc528e7a83048c51 (patch) | |
tree | 5ed44f3b5bf512bf9c03150d07e2f653d54b9f90 /cpp | |
parent | removed space (diff) | |
download | ice-e2472fec1c01ad3bfa41e2edcc528e7a83048c51.tar.bz2 ice-e2472fec1c01ad3bfa41e2edcc528e7a83048c51.tar.xz ice-e2472fec1c01ad3bfa41e2edcc528e7a83048c51.zip |
Fixed bug #1746
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/doc/README.html | 19 | ||||
-rwxr-xr-x | cpp/makedist.py | 1 |
2 files changed, 1 insertions, 19 deletions
diff --git a/cpp/doc/README.html b/cpp/doc/README.html deleted file mode 100644 index 43e9892baf8..00000000000 --- a/cpp/doc/README.html +++ /dev/null @@ -1,19 +0,0 @@ -<html> -<head> -<title> -Ice Documentation -</title> -<body> -<h1>Ice Documentation</h1> -<p>The Ice documentation consists of the Ice manual, available -in PDF and HTML format, the Slice API documentation (HTML only) and the IceGrid Admin Online Help. -</p> -<ul> -<li>Browse the <a href="reference/index.html">Slice API Documentation</a> included in this distribution.</li> -<li>Browse the <a href="IceGridAdmin/index.html">IceGrid Admin Online Help</a> included in this distribution.</li> -<li>Browse the <a href="http://www.zeroc.com/doc/@ver@/manual/index.html">Ice manual </a> on ZeroC's web server.</li> -<li>Download the <a href="http://www.zeroc.com/download.html#doc">full Ice manual</a> in PDF format from ZeroC's Web server.</li> - -</ul> -</body> -</html> diff --git a/cpp/makedist.py b/cpp/makedist.py index 9e34c5dd30a..d60183594d2 100755 --- a/cpp/makedist.py +++ b/cpp/makedist.py @@ -244,6 +244,7 @@ mmversion = re.search("([0-9]+\.[0-9b]+)[\.0-9]*", version).group(1) print "Fixing version in various files..." fixVersion(find("ice", "README*"), version, mmversion) fixVersion(find("ice", "INSTALL*"), version, mmversion) +fixVersion(find("ice/doc", "index.html"), version, mmversion) fixVersion(find("ice/install/rpm", "*.conf"), version, mmversion) print "Creating Ice-rpmbuild..." |