https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31964
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #154877|0 |1 is obsolete| | --- Comment #4 from Jonathan Druart <[email protected]> --- Created attachment 155068 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=155068&action=edit Bug 31964: add a man page for koha-z3950-responder The koha-z3950-responder command does not have a man page. This patch fixes that. Test plan: 1) Apply this patch. 2) Run the following command to generate the new man page: xsltproc /usr/share/xml/docbook/stylesheet/docbook-xsl-ns/manpages/docbook.xsl debian/docs/koha-z3950-responder.xml 3) View the generated man page with `man -l koha-z3950-responder.8` (KTD users may need to `apt-get install man-db` first as that package provides tools for reading manual pages) 4) Make sure this unit test passes: prove -v xt/verify-debian-docbook.t Signed-off-by: Pedro Amorim <[email protected]> Signed-off-by: Jonathan Druart <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
