diff options
| author | Aaron Merey <[email protected]> | 2019-08-30 17:40:30 -0400 |
|---|---|---|
| committer | Frank Ch. Eigler <[email protected]> | 2019-09-03 11:57:38 -0400 |
| commit | b9ea6361cb4e3b8a4cbdb9db020a000d5ac5b1e0 (patch) | |
| tree | 58a3caeaf0d65b6ee0c3ef6ec6180c39e68be986 /config/elfutils.spec.in | |
| parent | 575ee23cadc61d3cda38ef2c304ff9f3f538036c (diff) | |
dbgserver: add man pages for libdbgserver functions
Diffstat (limited to 'config/elfutils.spec.in')
| -rw-r--r-- | config/elfutils.spec.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index 9c145450..51b27236 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -280,6 +280,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/libdbgserver-%{version}.so %{_bindir}/dbgserver-find %{_mandir}/man1/dbgserver-find.1* +%{_mandir}/man3/dbgserver_find_debuginfo.3* +%{_mandir}/man3/dbgserver_find_executable.3* +%{_mandir}/man3/dbgserver_find_source.3* %files dbgserver |
