X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=doxygen%2FMakefile;h=40646148ec6ae8fde0523881268c1faddc4caa78;hb=61717cc38;hp=3922ab33e76e8f9506b7c9438425507726b5ab52;hpb=464e5e0bfebc71c646e5c182535898cc7018236b;p=vpp.git diff --git a/doxygen/Makefile b/doxygen/Makefile index 3922ab33e76..40646148ec6 100644 --- a/doxygen/Makefile +++ b/doxygen/Makefile @@ -43,7 +43,7 @@ DOC_MAC_PY_DEPENDS = pyparsing jinja2 DOXY_DIR ?= $(WS_ROOT)/doxygen # Primary source directories -DOXY_SRC ?= src +DOXY_SRC ?= $(WS_ROOT)/src DOXY_SRC_DIRECTORIES = \ $(shell find $(DOXY_SRC) -name '*.md' -print | xargs dirname \ | sort | uniq) \ @@ -264,7 +264,10 @@ doxygen: $(SIPHON_DOCS) .PHONY: wipe-doxygen wipe-doxygen: - rm -rf "$(BR)/docs" "$(BR)/.doxygen-siphon.d" + @rm -rf $(BR)/docs + @rm -rf $(BR)/.doxygen-siphon.dep + @rm -rf $(BR)/.doxygen-bootstrap.ok + @rm -rf $(DOXY_DIR)/siphon/__pycache__ .PHONY: clean clean: wipe-doxygen