summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-04-05 22:21:14 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-04-05 22:21:14 +0000
commit10b4a29f6410ed386a38a4d65512a0fd738446f0 (patch)
tree26c75a43e0b0e701fa03794d7e0085117aaa23fd /man
parent26a6039e279b6d66721dde65f1a0109a5dbea8b1 (diff)
downloadcoreutils-10b4a29f6410ed386a38a4d65512a0fd738446f0.tar.xz
(.x.1): Remove "COMMAND.td/" from examples.
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 6bced376d..667a3a320 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -131,7 +131,8 @@ mapped_name = `echo $*|sed 's/install/ginstall/; s/test/[/'`
(cd $t && $(LN_S) ../../src/$(mapped_name) $*); \
$(PERL) -- $(srcdir)/help2man \
--include=$(srcdir)/$*.x \
- --output=$@ $t/$*
+ --output=$t/$@ $t/$*
+ @sed 's|$*\.td/||g' $t/$@ > $@
@chmod a-w $@
@rm -rf $t