diff options
author | Timo Schulz <[email protected]> | 2002-01-25 18:36:16 +0000 |
---|---|---|
committer | Timo Schulz <[email protected]> | 2002-01-25 18:36:16 +0000 |
commit | 441eb085c9e1eb7f3b62aa5cf5fe07fc3304b9b2 (patch) | |
tree | 0dfcc3bcd3519135cbbcab38082ddb3bfb3da625 | |
parent | Only check preferences against keys with v4 self sigs as v3 sigs have no (diff) | |
download | gnupg-441eb085c9e1eb7f3b62aa5cf5fe07fc3304b9b2.tar.gz gnupg-441eb085c9e1eb7f3b62aa5cf5fe07fc3304b9b2.zip |
* README.W32: Modify the filename because now the .exe extension
is automatically added to the binary.
-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. |