From: Alastair McKinstry Date: Sat, 12 Jan 2019 11:06:29 +0000 (+0200) Subject: Makefile.am: Generate description for 'whatis' command X-Git-Tag: v2.5.4~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=257113789ce65f3de3c9e6a53afa57122e6142f7;p=thirdparty%2Flibtool.git Makefile.am: Generate description for 'whatis' command Add '-n' to 'help2man' for documentation and manpage. --- diff --git a/Makefile.am b/Makefile.am index be00b9698..51c1fbdb7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -419,9 +419,10 @@ update_mans = \ # manual pages if the sources for the build-tree files we want to # run have changed. $(libtool_1): $(ltmain_sh) - $(AM_V_GEN)$(update_mans) --help-option=--help-all libtool + $(AM_V_GEN)$(update_mans) -n 'Provide generalized library-building support services' --help-option=--help-all libtool $(libtoolize_1): $(libtoolize_in) - $(AM_V_GEN)$(update_mans) libtoolize + $(AM_V_GEN)$(update_mans) -n 'Prepare a package to use libtool' libtoolize + ## ------------- ##