summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2018-04-19 03:40:02 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2018-04-19 03:40:02 -0500
commit8df2921e6edcffb5f0dad54456b654c891fff95d (patch)
tree7758c98a801f4c1efd4f6461ccb31f681120a64e /Makefile
parent6ccf08c54382798609273e65fd67c2d16d6ecdcf (diff)
parent879e592baf80712ba2e54110ece0e036df892ea0 (diff)
Merge "Build System: Enable python3 compatibility."
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2c10dc497..1cd96650f 100644
--- a/Makefile
+++ b/Makefile
@@ -511,7 +511,7 @@ else
@echo "<!DOCTYPE docs SYSTEM \"appdocsxml.dtd\">" >> $@
@echo "<?xml-stylesheet type=\"text/xsl\" href=\"appdocsxml.xslt\"?>" >> $@
@echo "<docs xmlns:xi=\"http://www.w3.org/2001/XInclude\">" >> $@
- @for x in $(MOD_SUBDIRS); do \
+ @for x in $(filter-out third-party,$(MOD_SUBDIRS)); do \
printf "$$x " ; \
for i in `find $$x -name '*.c'`; do \
$(PYTHON) build_tools/get_documentation.py < $$i >> $@ ; \