diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | 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 <[email protected]> + + * README.W32: Modify the filename because now the .exe extension + is automatically added to the binary. + 2002-01-11 David Shaw <[email protected]> * 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. |