summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-06-11 14:06:10 +0200
committerJim Meyering <meyering@redhat.com>2011-06-12 09:47:27 +0200
commitdf0a31f6110b14cce7d1b3fa5a48a38d603a4e12 (patch)
tree2602d0425692311e96d8bf767c2d6309ff47e71f /man
parenta2b10ab0d6f8f11c380fdb1dedd920dfa1359a90 (diff)
downloaddiffutils-df0a31f6110b14cce7d1b3fa5a48a38d603a4e12.tar.gz
doc: rename diff.texi to diffutils.texi
This makes the .texi basename the same as the package name, which is consistent with most other GNU packages. * doc/diffutils.texi: Rename from... * doc/diff.texi: ...removed. * doc/Makefile.am (info_TEXINFOS): Reflect name change. (diffutils_TEXINFOS): Likewise. * cfg.mk (gendocs_options_): Remove this customization. It is no longer needed, now that the .texi name matches that of the package. * man/Makefile.am ($(dist_man1_MANS)): Remove now-unnecessary sed filter. * README: Update references to diffutils.texi etc. here, too. * .gitignore: Update here, too. Suggested by Karl Berry.
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index d3cff23..16a6b4b 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -31,5 +31,4 @@ $(dist_man1_MANS): $(top_srcdir)/configure.ac
$(AM_V_GEN)base=`expr $@ : '\(.*\).1'` && \
(echo '[NAME]' && sed 's@/\* *@@; s/-/\\-/; q' $S/$$base.c) | \
$(HELP2MAN) -i - -i $(srcdir)/$$base.x -S '$(PACKAGE) $(VERSION)' \
- ../src/$$base \
- | sed 's/^\.B info .*/.B info diff/' >$@
+ ../src/$$base > $@-t && mv $@-t $@