From f321d081134ae15fef42038c01a7f81081e59b31 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Tue, 28 Apr 2009 14:15:47 +0000 Subject: [PATCH] Build XML documention from *only* the source files that have docs in them Change the build process so that doc/core-en_US.xml is dependent solely on the source files that have documentation in them, not on all source files. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@190865 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 20a1f188e7..0d5fc0a954 100644 --- a/Makefile +++ b/Makefile @@ -493,7 +493,7 @@ datafiles: _all mkdir -p $(DESTDIR)$(AGI_DIR) $(MAKE) -C sounds install -doc/core-en_US.xml: $(foreach dir,$(MOD_SUBDIRS),$(wildcard $(dir)/*.c) $(wildcard $(dir)/*.cc)) +doc/core-en_US.xml: $(foreach dir,$(MOD_SUBDIRS),$(shell $(GREP) -l "language=\"en_US\"" $(dir)/*.c $(dir)/*.cc 2>/dev/null)) @echo -n "Building Documentation For: " @echo "" > $@ @echo "" >> $@