diff options
author | Jim Meyering <jim@meyering.net> | 1995-07-27 04:04:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-07-27 04:04:18 +0000 |
commit | c02e97e2c56ecf07236001c07dd2b6d0194496d0 (patch) | |
tree | 9f3ce1f3a5bcdc11cd6b6af401ce9a3946cc3cfd | |
parent | f7ccdd300dfaea0e479867e30a5428df8d66bc5a (diff) | |
download | coreutils-c02e97e2c56ecf07236001c07dd2b6d0194496d0.tar.xz |
.
-rw-r--r-- | old/textutils/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index ba6d24305..293752029 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,8 @@ Wed Jul 26 22:54:48 1995 Jim Meyering (meyering@comco.com) + * man/Makefile.in (install, uninstall): Strip off `.1', not just `1' + before applying $(transform) to manual name. From Karl Berry. + * md5sum.c (have_read_stdin): New global variable. (md5_file, md5_check): Set it. (main): Use it. |