man-add-whatis-info

===================================================================

Gbp-Pq: Name man-add-whatis-info.diff
This commit is contained in:
Alastair McKinstry 2022-05-14 01:23:42 +08:00 committed by openKylinBot
parent c3716c5e67
commit 7f41f13e1d
1 changed files with 2 additions and 2 deletions

View File

@ -417,9 +417,9 @@ update_mans = \
# manual pages if the sources for the build-tree files we want to # manual pages if the sources for the build-tree files we want to
# run have changed. # run have changed.
$(libtool_1): $(ltmain_sh) $(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) $(libtoolize_1): $(libtoolize_in)
$(AM_V_GEN)$(update_mans) libtoolize $(AM_V_GEN)$(update_mans) -n 'Prepare a package to use libtool' libtoolize
## ------------- ## ## ------------- ##