mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-20 00:10:43 -05:00
copy notes.pdf to Build\Releasei and link to it from index.html
This commit is contained in:
parent
0d5b7ed79d
commit
7ec3c447fd
4 changed files with 5 additions and 1 deletions
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
*.vcxproj.in eol=crlf
|
||||
|
|
@ -176,6 +176,7 @@ copy ..\HISTORY ..\Build\Release
|
|||
copy readme1st.txt ..\Build\Release
|
||||
copy index.html ..\Build\Release
|
||||
copy ..\doc\arm\*.html ..\Build\Release
|
||||
copy ..\doc\arm\notes.pdf ..\Build\Release
|
||||
copy ..\doc\arm\Bv9ARM.pdf ..\Build\Release
|
||||
copy ..\CHANGES ..\Build\Release
|
||||
if Exist ..\CHANGES.SE copy ..\CHANGES.SE ..\Build\Release
|
||||
|
|
|
|||
|
|
@ -27,7 +27,8 @@
|
|||
<a href="README">README</a>
|
||||
<li><a href="FAQ">FAQ</a> |
|
||||
<a href="CHANGES">CHANGES</a> |
|
||||
<a href="COPYRIGHT">COPYRIGHT</a>
|
||||
<a href="COPYRIGHT">COPYRIGHT</a> |
|
||||
<a href="notes.pdf">RELEASE NOTES</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> |
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@ copy ..\..\HISTORY ..\..\Build\Release
|
|||
copy ..\readme1st.txt ..\..\Build\Release
|
||||
copy ..\index.html ..\..\Build\Release
|
||||
copy ..\..\doc\arm\*.html ..\..\Build\Release
|
||||
copy ..\..\doc\arm\notes.pdf ..\..\Build\Release
|
||||
copy ..\..\doc\arm\Bv9ARM.pdf ..\..\Build\Release
|
||||
copy ..\..\CHANGES ..\..\Build\Release
|
||||
if Exist ..\CHANGES.SE copy ..\CHANGES.SE ..\Build\Release
|
||||
|
|
|
|||
Loading…
Reference in a new issue