This is an old revision of the document!


Kamailio Module Docbook Migration

Kamailio module's docbook documentations have been migrated.

For new modules

* make a doc directory in your module * take the Makefile from another module's doc directory. Should look like:

* add to your module 'doc' folder a Makefile following the next pattern:

docs = modulename.xml

docbook_dir = ../../../docbook
include $(docbook_dir)/Makefile.module

For dispatcher module is:

docs = dispatcher.xml

docbook_dir = ../../../docbook
include $(docbook_dir)/Makefile.module

* replace in the Makefile the name of the file modulename.xml from the assignment of docs variable with the name of your main docbook file. See above for example of dispatcher module.

You are done. Add the new Makefile to repository and then commit and upload to sip-router.org GIT.


Navigation

Wiki

Other

QR Code
QR Code migration:kamailio-module-docbook (generated for current page)