diff options
author | Jim Meyering <jim@meyering.net> | 1995-11-08 05:55:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-11-08 05:55:55 +0000 |
commit | dd3a08897371348fbcac1a951250273e28c4e26c (patch) | |
tree | 36e9d8a5470d3808bf9a79d5d8d0b479ffe9e604 | |
parent | 5c15113c49e40d931a1e8e340905cec5b85d0356 (diff) | |
download | coreutils-dd3a08897371348fbcac1a951250273e28c4e26c.tar.xz |
.
-rw-r--r-- | old/textutils/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index b4a9e0570..1410d7c2f 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,19 @@ +Tue Nov 7 23:55:24 1995 Jim Meyering (meyering@comco.com) + + * .version: New file. + * configure.in (VERSION): New variable. + (PACKAGE): New variable. + + * Makefile.in (DISTFILES): Add .version. + (distdir): Use @PACKAGE@-@VERSION@, not distname. + Remove all references to distname. + * src/Makefile.in (version.c): Generate it. + * doc/Makefile.in (version.texi): Use @PACKAGE@-@VERSION@, + not version.c + + * */Makefile.in (distdir): Use @PACKAGE@-@VERSION@, not distname. + Remove all references to distname. + * split.c: New option: --verbose. (main): Recognize it. (usage): Document it. |