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

index 0be2c72b555c2f7d6189d48f524e734a685751a1..311abb464230b23a31d63e2c71c09e40153c646b 100644 (file)
@@ -180,6 +180,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 6bc305ae3c56bf938d0f3b28289a4ddc644d8e2f..9b5ba5ba9974df932c2d9a3f836ea2ef2d318088 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