projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e599921
)
(.x.1): Remove now-unnecessary use of
author
Jim Meyering
<jim@meyering.net>
Thu, 25 Nov 2004 12:43:53 +0000
(12:43 +0000)
committer
Jim Meyering
<jim@meyering.net>
Thu, 25 Nov 2004 12:43:53 +0000
(12:43 +0000)
locally-added --program-name=NAME option. Now, help2man gets
the name from the [NAME] section (i.e. from our .x file).
man/Makefile.am
patch
|
blob
|
history
diff --git
a/man/Makefile.am
b/man/Makefile.am
index c6850df2ec774d4ea54c5ff0fefdbbc1ca1ae490..b690ad97db744558c34161e15588db1527a7d152 100644
(file)
--- a/
man/Makefile.am
+++ b/
man/Makefile.am
@@
-130,7
+130,6
@@
mapped_name = `echo $*|sed 's/install/ginstall/; s/test/[/'`
mkdir $t; \
(cd $t && $(LN_S) ../../src/$(mapped_name)$(EXEEXT) $*$(EXEEXT)); \
$(PERL) -- $(srcdir)/help2man \
- --program-name=$* \
--include=$(srcdir)/$*.x \
--output=$@ $t/$*$(EXEEXT)
@chmod a-w $@