Module: kamailio Branch: master Commit: 1afac7f1e2df6f32e7a3ff3cef6e42c2f6ec2ea3 URL: https://github.com/kamailio/kamailio/commit/1afac7f1e2df6f32e7a3ff3cef6e42c2f6ec2ea3
Author: Henning Westerholt <[email protected]> Committer: Henning Westerholt <[email protected]> Date: 2018-04-13T17:57:07+02:00 Revert "Makefile.modules: add cfg files in module docs also to Makefile, to re-create README on changes" - This reverts commit 91c36a1a9251bdd775370878437fcc1293b85ea9. - needs more testing, will not work for some modules --- Modified: src/Makefile.modules --- Diff: https://github.com/kamailio/kamailio/commit/1afac7f1e2df6f32e7a3ff3cef6e42c2f6ec2ea3.diff Patch: https://github.com/kamailio/kamailio/commit/1afac7f1e2df6f32e7a3ff3cef6e42c2f6ec2ea3.patch --- diff --git a/src/Makefile.modules b/src/Makefile.modules index 246a4bd2a4..bbcca26122 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/*.cfg ../../../doc/docbook/entities.xml +README: doc/*.xml ../../../doc/docbook/entities.xml $(MAKE) -C doc $(MOD_NAME).txt mv doc/$(MOD_NAME).txt $@ _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
