From: Jim Meyering Date: Sat, 9 Dec 2006 18:20:56 +0000 (+0100) Subject: * man/Makefile.am (.x.1): Make help2man use $(PACKAGE_STRING) as the X-Git-Tag: COREUTILS-6_8~138 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ee9adb1fa225720b54eae1e3f45a43a1c8827a8;p=thirdparty%2Fcoreutils.git * man/Makefile.am (.x.1): Make help2man use $(PACKAGE_STRING) as the "source". I.e. "GNU coreutils 6.7". --- diff --git a/ChangeLog b/ChangeLog index f42c6f4b91..4dde0d108d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-12-09 Jim Meyering + * 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/. diff --git a/man/Makefile.am b/man/Makefile.am index 2c4eb8cc41..d6a146e631 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/$@ > $@