mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-03 20:40:08 -05:00
[master] windows: copy missing HTML man pages into zips
This commit is contained in:
parent
936bfae6d5
commit
cb05fb63be
2 changed files with 5 additions and 0 deletions
|
|
@ -196,6 +196,8 @@ copy ..\FAQ ..\Build\Release
|
|||
echo Copying the standalone manual pages.
|
||||
|
||||
copy ..\bin\named\named.html ..\Build\Release
|
||||
copy ..\bin\named\named.conf.html ..\Build\Release
|
||||
copy ..\bin\named\lwresd.html ..\Build\Release
|
||||
copy ..\bin\rndc\*.html ..\Build\Release
|
||||
copy ..\bin\confgen\*.html ..\Build\Release
|
||||
copy ..\bin\dig\*.html ..\Build\Release
|
||||
|
|
@ -226,6 +228,7 @@ copy ..\bin\tools\isc-hmac-fixup.html ..\Build\Release
|
|||
copy ..\bin\tools\named-journalprint.html ..\Build\Release
|
||||
copy ..\bin\tools\named-rrchecker.html ..\Build\Release
|
||||
copy ..\bin\tools\nsec3hash.html ..\Build\Release
|
||||
copy ..\bin\tools\mdig.html ..\Build\Release
|
||||
|
||||
echo Copying the migration notes.
|
||||
|
||||
|
|
|
|||
|
|
@ -55,6 +55,8 @@ copy ..\..\FAQ ..\..\Build\Release
|
|||
echo Copying the standalone manual pages.
|
||||
|
||||
copy ..\..\bin\named\named.html ..\..\Build\Release
|
||||
copy ..\..\bin\named\named.conf.html ..\..\Build\Release
|
||||
copy ..\..\bin\named\lwresd.html ..\..\Build\Release
|
||||
copy ..\..\bin\rndc\*.html ..\..\Build\Release
|
||||
copy ..\..\bin\confgen\*.html ..\..\Build\Release
|
||||
copy ..\..\bin\dig\*.html ..\..\Build\Release
|
||||
|
|
|
|||
Loading…
Reference in a new issue