2085. [doc] win32: added index.html and README to zip. [RT #16201]

This commit is contained in:
Mark Andrews 2006-09-29 06:07:56 +00:00
parent c79735c3c0
commit 088fe3200c
3 changed files with 40 additions and 0 deletions

View file

@ -1,3 +1,5 @@
2085. [doc] win32: added index.html and README to zip. [RT #16201]
2084. [contrib] dbus update for 9.3.3rc2.
2083. [port] win32: Visual C++ 2005 support.

View file

@ -43,7 +43,9 @@ if NOT Exist ..\Build\Release mkdir ..\Build\Release
echo Copying the ARM and the Installation Notes.
copy ..\COPYRIGHT ..\Build\Release
copy ..\README ..\Build\Release
copy readme1st.txt ..\Build\Release
copy index.html ..\Build\Release
copy ..\doc\arm\*.html ..\Build\Release
copy ..\doc\arm\Bv9ARM.pdf ..\Build\Release
copy ..\CHANGES ..\Build\Release

36
win32utils/index.html Normal file
View file

@ -0,0 +1,36 @@
<html>
<head>
<title>Bind9 docs index</title>
</head>
<body>
<big><b>Bind 9.x documents</b></big>
<ul>
<li><a href="readme1st.txt">readme1st.txt</a> |
<a href="README">README</a>
<li><a href="FAQ">FAQ</a> |
<a href="CHANGES">CHANGES</a> |
<a href="COPYRIGHT">COPYRIGHT</a>
<li>Migration: <a href="migration">v8 to v9</a> |
<a href="migration-4to9">v4 to v9</a>
<li><a href="named.html">named</a> |
<a href="Bv9ARM.html"><b>BIND 9 Administrator Reference Manual</b></a> (ARM) |
<a href="Bv9ARM.pdf">ARM</a> (PDF version)
</ul>
<b>BIND tools:</b>
<ul>
<li><a href="dig.html">dig</a><br>
<li><a href="dnssec-keygen.html">dnssec-keygen</a> |
<a href="dnssec-signkey.html">dnssec-signkey</a> |
<a href="dnssec-signzone.html">dnssec-signzone</a>
<li><a href="host.html">host</a>
<li>
<a href="named-checkconf.html">named-checkconf</a> |
<a href="named-checkzone.html">named-checkzone</a>
<li><a href="nslookup.html">nslookup</a>
<li><a href="nsupdate.html">nsupdate</a>
<li><a href="rndc.html">rndc</a> |
<a href="rndc.conf.html">rndc.conf</a> |
<a href="rndc-confgen.html">rndc-confgen</a>
</ul>
</body>
</html>