[Bug documentation/30965] tweak generated man pages in documentation

mcermak at redhat dot com sourceware-bugzilla@sourceware.org
Mon Aug 17 12:38:11 GMT 2026


https://sourceware.org/bugzilla/show_bug.cgi?id=30965

Martin Cermak <mcermak at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|systemtap at sourceware dot org    |mcermak at redhat dot com
             Status|NEW                         |ASSIGNED
                 CC|                            |mcermak at redhat dot com

--- Comment #1 from Martin Cermak <mcermak at redhat dot com> ---
Seems like the steps to generate man pages are:
1) ./configure --enable-docs --enable-refdocs --enable-htmldocs
2) make # this creates doc/SystemTap_Tapset_Reference/tapsets.xml
3) cd doc/SystemTap_Tapset_Reference
3) xmlto man tapsets.xml -o man3 # this regens the manpage content
4) ./manpager # adds the SEE ALSO sections (cross references) to the manpages

Branch users/mcermak/try-bug30965 currently has updated manpager script
implementing this change.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Systemtap mailing list