From: Paul Eggert Date: Tue, 5 Apr 2005 22:21:14 +0000 (+0000) Subject: (.x.1): Remove "COMMAND.td/" from examples. X-Git-Tag: CPPI-1_12~1100 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=10b4a29f6410ed386a38a4d65512a0fd738446f0;p=thirdparty%2Fcoreutils.git (.x.1): Remove "COMMAND.td/" from examples. --- diff --git a/man/Makefile.am b/man/Makefile.am index 6bced376d5..667a3a3202 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