ref: 1771722b2f1136df99c319f5871ce998a8521fed
parent: d53492bba4b0a096b6dd84d1c3f5eb6fb5084f8c
author: James Zern <jzern@google.com>
date: Thu Feb 24 10:11:05 EST 2011
Remove examples.doxy dep w/--disable-examples This allows the base documentation to be built without the need for php which is required to produce the example documentation Change-Id: Id1861723c672fa8da132a074a4657e2cb94c1e79
--- a/docs.mk
+++ b/docs.mk
@@ -34,7 +34,8 @@
EXAMPLE_PATH += $(SRC_PATH_BARE) #for CHANGELOG, README, etc
-doxyfile: libs.doxy_template libs.doxy examples.doxy
+doxyfile: $(if $(findstring examples, $(ALL_TARGETS)),examples.doxy)
+doxyfile: libs.doxy_template libs.doxy
@echo " [CREATE] $@"
@cat $^ > $@
@echo "STRIP_FROM_PATH += $(SRC_PATH_BARE) $(BUILD_ROOT)" >> $@
--
⑨