diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-05 22:21:14 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-05 22:21:14 +0000 |
commit | 10b4a29f6410ed386a38a4d65512a0fd738446f0 (patch) | |
tree | 26c75a43e0b0e701fa03794d7e0085117aaa23fd | |
parent | 26a6039e279b6d66721dde65f1a0109a5dbea8b1 (diff) | |
download | coreutils-10b4a29f6410ed386a38a4d65512a0fd738446f0.tar.xz |
(.x.1): Remove "COMMAND.td/" from examples.
-rw-r--r-- | man/Makefile.am | 3 |
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 |