]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_10] windows: copy missing HTML man pages into zips
authorEvan Hunt <each@isc.org>
Thu, 24 Mar 2016 19:27:15 +0000 (12:27 -0700)
committerEvan Hunt <each@isc.org>
Thu, 24 Mar 2016 19:27:15 +0000 (12:27 -0700)
lib/isc/win32/libisc.vcxproj.in
win32utils/legacy/BuildSetup.bat.in

index 50ddea84ff372c15638dbc7f1eb190b31db407d4..cbe0a85bab1fb1f3a0f97a742f40dd63d5387dd6 100644 (file)
@@ -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
index c993aae838b37e9e05df2651bccd8a25e5cd0b6a..729ce9f2f89f74d19a03ebd567f3b1ffc37be5ed 100644 (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