[Koha-bugs] [Bug 4877] Create and update the manual pages for the koha-* scripts.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 19 16:31:28 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4877

--- Comment #28 from Magnus Enger <magnus at enger.priv.no> 2011-10-19 14:31:28 UTC ---
* To test that latest patch: 

- build packages with build-git-snapshot
- install koha-common
- check that "man <command>" produces sensible output for every command
installed by koha-common

* Alternate test plan: 

Check that these provide sensible output: 

1. Generate manual pages (*.8 files)

$ cd debian/docs
$ xsltproc /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl
koha-*.xml

View generated pages with e.g. "man -l koha-remove.8"

2. Generate HTML

$ xsltproc /usr/share/xml/docbook/stylesheet/docbook-xsl/xhtml/docbook.xsl
koha-*.xml > koha-common.html

view koha-common.html in a browser.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list