copy migration docs

don't make dnssec-signkey and dnssec-makekeyset.
This commit is contained in:
Mark Andrews
2004-06-18 04:56:46 +00:00
parent 7389e8330d
commit aba1bcf839

View File

@@ -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.