From 441eb085c9e1eb7f3b62aa5cf5fe07fc3304b9b2 Mon Sep 17 00:00:00 2001 From: Timo Schulz Date: Fri, 25 Jan 2002 18:36:16 +0000 Subject: * README.W32: Modify the filename because now the .exe extension is automatically added to the binary. --- doc/ChangeLog | 5 +++++ doc/README.W32 | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 37a856c88..a0233567f 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2002-01-25 Timo Schulz + + * README.W32: Modify the filename because now the .exe extension + is automatically added to the binary. + 2002-01-11 David Shaw * gpg.sgml: Added documentation for --{no-}ask-cert-expire, diff --git a/doc/README.W32 b/doc/README.W32 index 94d745fca..05e41e3e2 100644 --- a/doc/README.W32 +++ b/doc/README.W32 @@ -78,8 +78,8 @@ After you have installed this environment you should be able to do this: $ scripts/autogen.sh --build-w32 $ make - $ mingw32 strip g10/gpg - $ cp g10/gpg /some_windows_drive/gpg.exe + $ mingw32 strip g10/gpg.exe + $ cp g10/gpg.exe /some_windows_drive/ And everything hopefully works. -- cgit v1.2.3