Module: sems Branch: master Commit: a331a0b6ceb145b5f4aa5a2c6c29f653b63b8fd4 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=a331a0b6ceb145b5f4aa5a2c6c29f653b63b8fd4
Author: Peter Lemenkov <[email protected]> Committer: Peter Lemenkov <[email protected]> Date: Sat Oct 2 22:05:09 2010 +0400 Do not install app-specific docs during core module's installation Signed-off-by: Peter Lemenkov <[email protected]> --- core/CMakeLists.txt | 36 +++++------------------------------- 1 files changed, 5 insertions(+), 31 deletions(-) diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index 7bd1341..554fbc6 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -48,39 +48,13 @@ ENDIF(ZRTP_FOUND) SET(doc_dirs ../doc/figures) SET(doc_files + ../doc/Applications.txt + ../doc/Howtostart_noproxy.txt + ../doc/Howtostart_simpleproxy.txt + ../doc/Howtostart_voicemail.txt ../doc/CHANGELOG - ../doc/COMPILING ../doc/COPYING - ../doc/Readme.ann_b2b.txt - ../doc/Readme.announce_transfer.txt - ../doc/Readme.announcement.txt - ../doc/Readme.annrecorder.txt - ../doc/Readme.auth_b2b.txt - ../doc/Readme.call_timer.txt - ../doc/Readme.callback.txt - ../doc/Readme.click2dial.txt - ../doc/Readme.conf_auth.txt - ../doc/Readme.conference.txt - ../doc/Readme.diameter_client.txt - ../doc/Readme.early_announce.txt - ../doc/Readme.echo.txt - ../doc/Readme.iLBC.txt - ../doc/Readme.ivr.txt - ../doc/Readme.mailbox.txt - ../doc/Readme.monitoring.txt - ../doc/Readme.mp3plugin.txt - ../doc/Readme.msg_storage.txt - ../doc/Readme.pin_collect.txt - ../doc/Readme.py_sems.txt - ../doc/Readme.reg_agent.txt - ../doc/Readme.registrar_client.txt - ../doc/Readme.sw_prepaid_sip.txt - ../doc/Readme.twit.txt - ../doc/Readme.uac_auth.txt - ../doc/Readme.voicebox.txt - ../doc/Readme.voicemail.txt - ../doc/Readme.webconference.txt - ../doc/Readme.xmlrpc2di.txt + ../doc/Tuning.txt ../doc/WHATSNEW_0.10 ) _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
