]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* man/Makefile.am (.x.1): Make help2man use $(PACKAGE_STRING) as the
authorJim Meyering <jim@meyering.net>
Sat, 9 Dec 2006 18:20:56 +0000 (19:20 +0100)
committerJim Meyering <jim@meyering.net>
Sat, 9 Dec 2006 18:20:56 +0000 (19:20 +0100)
"source".  I.e. "GNU coreutils 6.7".

ChangeLog
man/Makefile.am

index f42c6f4b91472446e055acd94bc6cef3a8ad283f..4dde0d108d0c34a3c625036e233a730750d1891e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-12-09  Jim Meyering  <jim@meyering.net>
 
+       * man/Makefile.am (.x.1): Make help2man use $(PACKAGE_STRING) as the
+       "source".  I.e. "GNU coreutils 6.7".
+
        * NEWS: With the change from "-pre" to "-dirty" suffix, also change
        from NEXT_VER-pre to CUR_VER-dirty.  So, this is 6.7-dirty.
        * configure.ac (AC_INIT): s/6.8-dirty/6.7-dirty/.
index 2c4eb8cc41f978adc01292ed82d8251e43268352..d6a146e631860e6af960812639d039d941b97b3f 100644 (file)
@@ -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/$@ > $@