]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Makefile.am: Generate description for 'whatis' command
authorAlastair McKinstry <mckinstry@debian.org>
Sat, 12 Jan 2019 11:06:29 +0000 (13:06 +0200)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Tue, 22 Oct 2024 17:02:17 +0000 (20:02 +0300)
Add '-n' to 'help2man' for documentation and manpage.

Makefile.am

index be00b96987c4e7aaf414d5d0fd549b556ab3d8ce..51c1fbdb737c2e25607ba92be4250fe61b348803 100644 (file)
@@ -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
+
 
 
 ## ------------- ##