On 11/21/11 1:09 PM, Alex Balashov wrote:
On 11/21/2011 06:55 AM, Daniel-Constantin Mierla wrote:
One more - the README should be regenerated and committed to git when something changes to docbook xml file. Only the html version is autogenerated and published on kamailio.org site.
To generate the README out of xml files, you need xsltproc (eventually also docbook-xsl if not got through pkg deps) and lynx installed on your devel machine and then do:
make modules-readme modules=modules_k/uac
If takes a while, try:
make modules-readme nocatalog=yes modules=modules_k/uac
Ah, thank you. I forgot what the doc make targets were and couldn't find them anywhere.
No problem! Also spotted that the type of the module parameter in the readme is set to 'string' instead of 'int'.
Cheers, Daniel