summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-10-03 19:47:20 +0000
committerJim Meyering <jim@meyering.net>1998-10-03 19:47:20 +0000
commitdcd55a5277bb0ec312dcce3df1d0e575b4007db5 (patch)
treeeaa7e36e9fd0655325219972419abec36ce6be1c /old/sh-utils
parent742600e30d1db4d2d7b3be919157ac645ada3ca4 (diff)
downloadcoreutils-dcd55a5277bb0ec312dcce3df1d0e575b4007db5.tar.xz
.
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index ee847cfc9..61d09521e 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,5 +1,18 @@
1998-10-03 Jim Meyering <meyering@ascend.com>
+ * man/Makefile.am: Switch to using help2man.
+ (EXTRA_DIST): Add Makefile.summ.
+
+ * man/help2man: Invoke program with --manhelp option only if
+ --name=STRING not specified. Otherwise, this would fail with `yes'.
+ * man/Makefile.summ: New file.
+ * man/Makefile.maint: Include it.
+ * man/help2man: New file.
+ * man/GNUmakefile: New file.
+ * man/Makefile.maint: New file.
+ * man/*.x: New files.
+ * man/*.1: Remove files.
+
* src/Makefile.am (install-exec-local): Change comments to use `##'
to avoid automake warning.