Updated windows readme to reflect the name change of the zip target
authorKeith Vetter <keithv@fusion.com>
Thu, 23 Mar 1995 22:05:04 +0000 (22:05 +0000)
committerKeith Vetter <keithv@fusion.com>
Thu, 23 Mar 1995 22:05:04 +0000 (22:05 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5204 dc483132-0cff-0310-8789-dd5450dbe970

src/windows/ChangeLog
src/windows/readme

index 83909d6d2828d5c11c16deefd149deff5a5c494c..f1f5471c3bd2eb4ecebc1fb4cf6c2fb23f19da49 100644 (file)
@@ -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
index f54df3b3946215e328b0d20114e0cd8b859eda15..1afdc7d1974978bd3aac57109a9d4e1f12e2ed04 100644 (file)
@@ -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>