summaryrefslogtreecommitdiffstats
path: root/src/windows
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-03-23 22:05:04 +0000
committerKeith Vetter <keithv@fusion.com>1995-03-23 22:05:04 +0000
commit77a7c58d5688bc346efd5e622fbc6ee0759b8812 (patch)
tree9ca93f66fa23b34c28dce485215d6a9e2a7cde30 /src/windows
parentbd3d8077546c8e67607a6b20c965a0825dcfedb4 (diff)
downloadkrb5-77a7c58d5688bc346efd5e622fbc6ee0759b8812.tar.gz
krb5-77a7c58d5688bc346efd5e622fbc6ee0759b8812.tar.xz
krb5-77a7c58d5688bc346efd5e622fbc6ee0759b8812.zip
Updated windows readme to reflect the name change of the zip target
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5204 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows')
-rw-r--r--src/windows/ChangeLog4
-rw-r--r--src/windows/readme2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/windows/ChangeLog b/src/windows/ChangeLog
index 83909d6d28..f1f5471c3b 100644
--- a/src/windows/ChangeLog
+++ b/src/windows/ChangeLog
@@ -1,3 +1,7 @@
+Thu Mar 23 14:00:00 1995 Keith Vetter (keithv@fusion.com)
+
+ * readme: updated to reflect name change of zipping target.
+
Wed Mar 22 15:01:33 1995 Keith Vetter (keithv@fusion.com)
* readme: how-to create Windows version of kerberos 5
diff --git a/src/windows/readme b/src/windows/readme
index f54df3b394..1afdc7d197 100644
--- a/src/windows/readme
+++ b/src/windows/readme
@@ -4,7 +4,7 @@ Here are the steps for making the Windows version of Kerberos 5.
On the Unix side
1) cd xxx/src # Go to where the source lives
-2) make -f Makefile.in zip-windows # Does some Unix-side configuring
+2) make -f Makefile.in kerbsrc.zip # Does some Unix-side configuring
# ...and creates kerbsrc.zip
3) <transfer kerbsrc.zip to the PC>