Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
migration:kamailio-module-docbook [2009/04/24 10:14] miconda |
migration:kamailio-module-docbook [2009/04/24 10:21] (current) miconda |
||
---|---|---|---|
Line 6: | Line 6: | ||
* make a **doc** directory in your module | * make a **doc** directory in your module | ||
- | * take the Makefile from another module' | + | * take the Makefile from another module' |
- | + | ||
- | * add to your module **'doc'** folder a **Makefile** following the next pattern: | + | |
< | < | ||
Line 27: | Line 25: | ||
* 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. | * 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. | ||
+ | * write your **modulename.xml** and other docbook files you include in it | ||
- | You are done. Add the new **Makefile** to repository | + | You are done. Add the new **Makefile** |