[master] windows: copy missing HTML man pages into zips

This commit is contained in:
Evan Hunt
2016-03-24 12:26:40 -07:00
parent 936bfae6d5
commit cb05fb63be
2 changed files with 5 additions and 0 deletions

View File

@@ -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