]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
copy migration docs
authorMark Andrews <marka@isc.org>
Fri, 18 Jun 2004 04:56:46 +0000 (04:56 +0000)
committerMark Andrews <marka@isc.org>
Fri, 18 Jun 2004 04:56:46 +0000 (04:56 +0000)
don't make dnssec-signkey and dnssec-makekeyset.

win32utils/BuildAll.bat

index 22222ad7706e4368a9fc3eaa9287ba56d25960b8..c0077b9edcb0ad400ac678d8970c8ca0baf54c3e 100644 (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.