[Koha-bugs] [Bug 27315] The man pages for the command line utilities do not display properly

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 12 00:39:28 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27315

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david at davidnind.com

--- Comment #10 from David Nind <david at davidnind.com> ---
Testing notes (using koha-testing-docker):

1. To replicate the problem:
   (a) Install man-db: apt-get install man-db
   (b) man koha-list (or any package command)

2. I wasn't sure how to do step 2 in the test plan, so I:
   (a) applied the patch
   (b) installed dockbook-xsl-ns: apt-get install docbook-xsl-ns
   (c) xsltproc --output /tmp/koha-docs/
/usr/share/xml/docbook/stylesheet/docbook-xsl-ns/manpages/docbook.xsl
/kohadevbox/koha/debian/docs/*.xml
   (d) change to the  /tmp/koha-docs directory
   (e) man -l koha-list.8 (or any package command)
   (f) gzip -k * (-k = keep source xml files)
   (g) cp -R *.gz /usr/share/man/man8
   (h) man koha-list (or any package command) *

3. Have signed off, as I'm assuming that the build process will now take care
of correctly producing the man pages once the change is pushed to master.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list