summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-12-09 19:20:56 +0100
committerJim Meyering <jim@meyering.net>2006-12-09 19:20:56 +0100
commit0ee9adb1fa225720b54eae1e3f45a43a1c8827a8 (patch)
treea3cf7fb5c70a269432148315ac7f7e384f4237d1 /man
parent0473e718e65bcd6ac8880f9bcb8a68979c7a2105 (diff)
downloadcoreutils-0ee9adb1fa225720b54eae1e3f45a43a1c8827a8.tar.xz
* man/Makefile.am (.x.1): Make help2man use $(PACKAGE_STRING) as the
"source". I.e. "GNU coreutils 6.7".
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 2c4eb8cc4..d6a146e63 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -160,6 +160,7 @@ mapped_name = `echo $*|sed 's/install/ginstall/; s/test/[/'`
mkdir $t; \
(cd $t && $(LN_S) ../../src/$(mapped_name) $*); \
$(PERL) -- $(srcdir)/help2man \
+ --source='$(PACKAGE_STRING)' \
--include=$(srcdir)/$*.x \
--output=$t/$@ $t/$*
@sed 's|$*\.td/||g' $t/$@ > $@