summaryrefslogtreecommitdiff
path: root/docs.mk
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2014-02-14 19:38:20 -0800
committerJames Zern <jzern@google.com>2014-02-14 19:38:20 -0800
commit354c5660441a6337cd07a5439c18cec04f8e42fd (patch)
treedc7f7a65faee3bd60b0a70a7ac2db829702c26f2 /docs.mk
parentbb07de7ccea40c145548e8d49752bcccdd08c248 (diff)
downloadlibvpx-354c5660441a6337cd07a5439c18cec04f8e42fd.tar.gz
restore examples to doxygen output
these were incorrectly stripped in: 50fa585 Removing examples code generation and making them static. Change-Id: Idb475ad5b303634311e9f616604312cb925cc6a9
Diffstat (limited to 'docs.mk')
-rw-r--r--docs.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs.mk b/docs.mk
index 9426f76ea..797b46618 100644
--- a/docs.mk
+++ b/docs.mk
@@ -30,7 +30,9 @@ TXT_DOX = $(call enabled,TXT_DOX)
EXAMPLE_PATH += $(SRC_PATH_BARE) #for CHANGELOG, README, etc
+EXAMPLE_PATH += $(SRC_PATH_BARE)/examples
+doxyfile: $(if $(findstring examples, $(ALL_TARGETS)),examples.doxy)
doxyfile: libs.doxy_template libs.doxy
@echo " [CREATE] $@"
@cat $^ > $@