summaryrefslogtreecommitdiffstats
path: root/src/windows/build
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>2007-04-13 07:21:25 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>2007-04-13 07:21:25 +0000
commitb6a7eba23f81e849cc5501dbed93d4d96413bdc4 (patch)
treee6953a4f2f87b23b0b5da166029ff5cb08425664 /src/windows/build
parent0547a787511d53894404d0348891a5fade916f06 (diff)
downloadkrb5-b6a7eba23f81e849cc5501dbed93d4d96413bdc4.tar.gz
krb5-b6a7eba23f81e849cc5501dbed93d4d96413bdc4.tar.xz
krb5-b6a7eba23f81e849cc5501dbed93d4d96413bdc4.zip
sdkfiles.xml - add msi-deployment-guide.txt
copyfiles.xml - add msi-deployment-guide.txt and do not copy netiddev.chm twice ticket: 5527 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19458 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/build')
-rw-r--r--src/windows/build/copyfiles.xml3
-rw-r--r--src/windows/build/sdkfiles.xml1
2 files changed, 3 insertions, 1 deletions
diff --git a/src/windows/build/copyfiles.xml b/src/windows/build/copyfiles.xml
index d571be63dc..2fb3747c8a 100644
--- a/src/windows/build/copyfiles.xml
+++ b/src/windows/build/copyfiles.xml
@@ -121,12 +121,13 @@
<File name="gss.exe" from="..\target\bin\i386\%bldtype%\" to="\bin\i386" />
<File name="comerr32.dll" from="..\target\bin\i386\%bldtype%\" to="\bin\i386" />
<File name="netiddev.chm" from="..\target\bin\i386\%bldtype%\" to="\doc" />
- <File name="NetIddev.chm" from="auth\krb5\src\windows\identity\obj\i386\%bldtype%\doc\" to="\doc" newname="netiddev.chm" />
+<!-- why copy twice? <File name="NetIddev.chm" from="auth\krb5\src\windows\identity\obj\i386\%bldtype%\doc\" to="\doc" newname="netiddev.chm" /> -->
<!-- Build-INdependent files, always copied: -->
<File name="relnotes.html" from="..\doc\kerberos\" to="\doc" />
<File name="leash_userdoc.pdf" from="auth\leash\help\" to="\doc" />
<File name="NetIdMgr.pdf" from="auth\krb5\src\windows\identity\doc\" to="\doc" newname="netidmgr_userdoc.pdf" />
+ <File name="msi-deployment-guide.txt" from="auth\krb5\src\windows\installer\wix\" to="\doc" />
<File name="*" from="auth\krb5\src\windows\identity\sample\templates\credprov\" to="\sample\templates\credprov\" />
<File name="*" from="auth\krb5\src\windows\identity\sample\templates\credprov\images\" to="\sample\templates\credprov\images" />
<File name="*" from="auth\krb5\src\windows\identity\sample\templates\credprov\lang\" to="\sample\templates\credprov\lang" />
diff --git a/src/windows/build/sdkfiles.xml b/src/windows/build/sdkfiles.xml
index 5ef7f48fb0..3c1481f17c 100644
--- a/src/windows/build/sdkfiles.xml
+++ b/src/windows/build/sdkfiles.xml
@@ -7,6 +7,7 @@
<File name="relnotes.html" from="doc\kerberos" to="doc" />
<File name="kclient.rtf" from="athena\auth\krb4\kclient\doc" to="doc" />
+ <File name="msi-deployment-guide.txt" from="athena\auth\krb5\src\windows\installer\wix\" to="\doc" />
<File name="*.*" from="staging\inc" to="inc" />
<!-- loadfuncs.c is deliberately here. Otherwise, *.h would work. -->