]> git.koha-community.org Git - koha.git/commit
Bug 8568 - Fix some errors in docs for scripts provided by the Debian packages
authorMagnus Enger <magnus@enger.priv.no>
Sun, 30 Sep 2012 07:57:37 +0000 (09:57 +0200)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 24 Oct 2012 20:23:52 +0000 (09:23 +1300)
commitb24fdbcdd60ce266df73be61a3e25aec47e3a03b
tree669059ca361558ccfa12e1ac92350105ce691a79
parent1f877328dc86e2ff1f1db6923040ffd4325ed875
Bug 8568 - Fix some errors in docs for scripts provided by the Debian packages

1. Create a page for koha-run-backups
2. Fix the synopsis for koha-foreach
3. Add koha-create and koha-run-backups to koha-common

To test
- Convert the changed xml files to man pages with
$ xsltproc /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl koha-x.xml
- View generated pages with e.g.
$ man -l koha-x.8"
  (Replace x with the names of the changed files)
- Check that the changes make sense

Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
Works as described. I was able to produce the 3 man files, load them with man
command, and see the added information properly formated.

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
debian/docs/koha-common.xml
debian/docs/koha-foreach.xml
debian/docs/koha-run-backups.xml [new file with mode: 0644]