Просмотр исходного кода

doc/cfg_list: do not skip tls module when searching for cfg vars

Daniel-Constantin Mierla 8 лет назад
Родитель
Сommit
01da68955c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      doc/tutorials/cfg_list/Makefile

+ 1 - 1
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