From 91c36a1a9251bdd775370878437fcc1293b85ea9 Mon Sep 17 00:00:00 2001 From: Henning Westerholt Date: Fri, 13 Apr 2018 17:47:21 +0200 Subject: [PATCH] Makefile.modules: add cfg files in module docs also to Makefile, to re-create README on changes --- src/Makefile.modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.modules b/src/Makefile.modules index bbcca261227..246a4bd2a4c 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 $@