Module: kamailio Branch: master Commit: 01da68955c88ec4e603e082004ff7d3731773fea URL: https://github.com/kamailio/kamailio/commit/01da68955c88ec4e603e082004ff7d37...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2017-06-03T13:43:00+02:00
doc/cfg_list: do not skip tls module when searching for cfg vars
---
Modified: doc/tutorials/cfg_list/Makefile
---
Diff: https://github.com/kamailio/kamailio/commit/01da68955c88ec4e603e082004ff7d37... Patch: https://github.com/kamailio/kamailio/commit/01da68955c88ec4e603e082004ff7d37...
---
diff --git a/doc/tutorials/cfg_list/Makefile b/doc/tutorials/cfg_list/Makefile index 75112ceb2c..0136463ee4 100644 --- a/doc/tutorials/cfg_list/Makefile +++ b/doc/tutorials/cfg_list/Makefile @@ -40,7 +40,7 @@ files_list= \ # list of excluded groups grp_exclude=pa # list of file prefixes to exclude (full path needed) -file_exclude= $(COREPATH)/modules/tls/ +file_exclude= $(COREPATH)/obsolete/
# special per file group overrides # format= grp_filename=... ,where filename does not contain the extension