From: Evan Hunt Date: Thu, 24 Mar 2016 19:27:15 +0000 (-0700) Subject: [v9_10] windows: copy missing HTML man pages into zips X-Git-Tag: v9.10.4b3~5 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=2d232c3179263d3e15d29d706b0933d9e41ef0fd;p=thirdparty%2Fbind9.git [v9_10] windows: copy missing HTML man pages into zips --- diff --git a/lib/isc/win32/libisc.vcxproj.in b/lib/isc/win32/libisc.vcxproj.in index 50ddea84ff3..cbe0a85bab1 100644 --- a/lib/isc/win32/libisc.vcxproj.in +++ b/lib/isc/win32/libisc.vcxproj.in @@ -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 diff --git a/win32utils/legacy/BuildSetup.bat.in b/win32utils/legacy/BuildSetup.bat.in index c993aae838b..729ce9f2f89 100644 --- a/win32utils/legacy/BuildSetup.bat.in +++ b/win32utils/legacy/BuildSetup.bat.in @@ -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