diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-01-25 00:51:05 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-01-25 00:51:05 +0000 |
commit | 14c329a60c9024ffdd1d31bda25f1ad8dba080bb (patch) | |
tree | f23b380c9e75d23a21d0bf59fb9c88dee888b6c0 /man | |
parent | 1d2ff68204c9a77ec54ddaa7514828d1ef54d344 (diff) | |
download | coreutils-14c329a60c9024ffdd1d31bda25f1ad8dba080bb.tar.xz |
Regenerate.
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/Makefile.in b/man/Makefile.in index 296aae2de..2c3b1e947 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -309,7 +309,7 @@ mapped_name = `echo $*|sed 's/install/ginstall/; s/test/[/'` ASSORT = LC_ALL=C sort all_programs = \ (cd ../src && MAKEFLAGS= $(MAKE) -s all_programs.list) \ - | sed -e 's,$(EXEEXT)$$,,' | grep -v '\[' + | grep -v '\[' all: all-am @@ -616,10 +616,10 @@ yes.1: $(common_dep) $(srcdir)/yes.x ../src/yes.c @rm -f $@ @echo "Updating man page $@"; \ mkdir $t; \ - (cd $t && $(LN_S) ../../src/$(mapped_name)$(EXEEXT) $*$(EXEEXT)); \ + (cd $t && $(LN_S) ../../src/$(mapped_name) $*); \ $(PERL) -- $(srcdir)/help2man \ --include=$(srcdir)/$*.x \ - --output=$@ $t/$*$(EXEEXT) + --output=$@ $t/$* @chmod a-w $@ @rm -rf $t |