[sr-dev] git:master:91c36a1a: Makefile.modules: add cfg files in module docs also to Makefile, to re-create README on changes

Henning Westerholt hw at kamailio.org
Fri Apr 13 17:48:56 CEST 2018


Module: kamailio
Branch: master
Commit: 91c36a1a9251bdd775370878437fcc1293b85ea9
URL: https://github.com/kamailio/kamailio/commit/91c36a1a9251bdd775370878437fcc1293b85ea9

Author: Henning Westerholt <hw at kamailio.org>
Committer: Henning Westerholt <hw at kamailio.org>
Date: 2018-04-13T17:47:21+02:00

Makefile.modules: add cfg files in module docs also to Makefile, to re-create README on changes

---

Modified: src/Makefile.modules

---

Diff:  https://github.com/kamailio/kamailio/commit/91c36a1a9251bdd775370878437fcc1293b85ea9.diff
Patch: https://github.com/kamailio/kamailio/commit/91c36a1a9251bdd775370878437fcc1293b85ea9.patch

---

diff --git a/src/Makefile.modules b/src/Makefile.modules
index bbcca26122..246a4bd2a4 100644
--- a/src/Makefile.modules
+++ b/src/Makefile.modules
@@ -266,7 +266,7 @@ $(share_prefix)/$(share_dir):
 ifneq (,$(wildcard doc/Makefile))
 #doc/Makefile present => we can generate README
 
-README: doc/*.xml ../../../doc/docbook/entities.xml
+README: doc/*.xml doc/*.cfg ../../../doc/docbook/entities.xml
 	$(MAKE) -C doc $(MOD_NAME).txt
 	mv doc/$(MOD_NAME).txt $@
 




More information about the sr-dev mailing list