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

index 6266acbf37822f6942fbaf368e434435b2bd9c7f..2b7049d2adcc0025132c189e66c204fbd7507dc4 100644 (file)
@@ -196,6 +196,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
@@ -226,6 +228,7 @@ copy ..\bin\tools\isc-hmac-fixup.html ..\Build\Release
 copy ..\bin\tools\named-journalprint.html ..\Build\Release
 copy ..\bin\tools\named-rrchecker.html ..\Build\Release
 copy ..\bin\tools\nsec3hash.html ..\Build\Release
+copy ..\bin\tools\mdig.html ..\Build\Release
 
 echo Copying the migration notes.
 
index f262ee9b90ff4d582f40c35450bd507e6bee2b92..61f73573753f34c167e8124d836e8e3b6f484ead 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