diff options
author | Jim Meyering <jim@meyering.net> | 1996-11-02 15:02:25 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-11-02 15:02:25 +0000 |
commit | a5ecd84c1f741b4da33aebf3c368b99afa260307 (patch) | |
tree | 591283b73ad2eac993543d40d8995ab726e9a060 /old/sh-utils | |
parent | 9b29731f084c5df09145286bb9eb918b633c08b3 (diff) | |
download | coreutils-a5ecd84c1f741b4da33aebf3c368b99afa260307.tar.xz |
.
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 6d23f9af8..408a42d2a 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,9 @@ Sat Nov 2 00:16:16 1996 Jim Meyering <meyering@na-net.ornl.gov> + * doc/Makefile.am (MAKEINFO): Set to makeinfo --no-split. + Otherwise, the generated info files have names longer than + the 14-byte max of some old systems. + * src/date.c (main): Give better diagnostic. Suggestion from Karl Berry. |