mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-23 15:17:01 -04:00
copy migration docs
don't make dnssec-signkey and dnssec-makekeyset.
This commit is contained in:
parent
6a543b4d9c
commit
f2e254d992
1 changed files with 8 additions and 3 deletions
|
|
@ -105,10 +105,12 @@ cd ..\..
|
|||
|
||||
cd dnssec\win32
|
||||
nmake /nologo -f keygen.mak CFG="keygen - Win32 Release" NO_EXTERNAL_DEPS="1"
|
||||
nmake /nologo -f makekeyset.mak CFG="makekeyset - Win32 Release" NO_EXTERNAL_DEPS="1"
|
||||
nmake /nologo -f signkey.mak CFG="signkey - Win32 Release" NO_EXTERNAL_DEPS="1"
|
||||
rem nmake /nologo -f makekeyset.mak CFG="makekeyset - Win32 Release" NO_EXTERNAL_DEPS="1"
|
||||
rem nmake /nologo -f signkey.mak CFG="signkey - Win32 Release" NO_EXTERNAL_DEPS="1"
|
||||
nmake /nologo -f signzone.mak CFG="signzone - Win32 Release" NO_EXTERNAL_DEPS="1"
|
||||
copy ..\*.html ..\..\..\Build\Release
|
||||
rem copy ..\*.html ..\..\..\Build\Release
|
||||
copy ..\dnssec-keygen.html ..\..\..\Build\Release
|
||||
copy ..\dnssec-signzone.html ..\..\..\Build\Release
|
||||
cd ..\..
|
||||
|
||||
rem This is the BIND 9 Installer
|
||||
|
|
@ -121,6 +123,9 @@ cd ..
|
|||
|
||||
cd win32utils
|
||||
|
||||
copy ..\doc\misc\migration ..\Build\Release
|
||||
copy ..\doc\misc\migration-4to9 ..\Build\Release
|
||||
|
||||
echo Done.
|
||||
|
||||
rem exit here.
|
||||
|
|
|
|||
Loading…
Reference in a new issue