mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 16:50:00 -04:00
[v9_10] windows: copy missing HTML man pages into zips
This commit is contained in:
parent
e8fd60b02d
commit
2d232c3179
2 changed files with 4 additions and 0 deletions
|
|
@ -190,6 +190,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
|
||||
|
|
|
|||
|
|
@ -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