File: man-add-whatis-info.diff

package info (click to toggle)
libtool 2.4.6-9
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 13,456 kB
  • sloc: sh: 53,997; ansic: 4,322; makefile: 861
file content (16 lines) | stat: -rw-r--r-- 618 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: b/Makefile.am
===================================================================
--- a/Makefile.am
+++ b/Makefile.am
@@ -417,9 +417,9 @@
 # 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
 
 
 ## ------------- ##