libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Ileana Dumitrescu
Date: Tue, 22 Oct 2024 13:16:29 -0400 (EDT)

branch: master
commit 257113789ce65f3de3c9e6a53afa57122e6142f7
Author: Alastair McKinstry <mckinstry@debian.org>
AuthorDate: Sat Jan 12 13:06:29 2019 +0200

    Makefile.am: Generate description for 'whatis' command
    
    Add '-n' to 'help2man' for documentation and manpage.
---
 Makefile.am | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index be00b969..51c1fbdb 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
+
 
 
 ## ------------- ##



reply via email to

[Prev in Thread] Current Thread [Next in Thread]