mirror of https://github.com/sipwise/sems.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
617 B
19 lines
617 B
.PHONY: doc
|
|
doc:
|
|
make -C ../core doc
|
|
lynx -dump doxygen_doc/html/index.html >index.txt
|
|
lynx -dump doxygen_doc/html/howtostart_noproxy.html >Howtostart_noproxy.txt
|
|
lynx -dump doxygen_doc/html/howtostart_simpleproxy.html >Howtostart_simpleproxy.txt
|
|
lynx -dump doxygen_doc/html/howtostart_voicemail.html >Howtostart_voicemail.txt
|
|
|
|
lynx -dump doxygen_doc/html/AppDoc.html >Applications.txt
|
|
lynx -dump doxygen_doc/html/ZRTP.html >ZRTP.txt
|
|
lynx -dump doxygen_doc/html/Tuning.html >Tuning.txt
|
|
lynx -dump doxygen_doc/html/ComponentDoc.html >ComponentModules.txt
|
|
|
|
|
|
.PHONY: fulldoc
|
|
fulldoc:
|
|
make -C ../core/ fulldoc
|
|
|