[FFmpeg-devel] [PATCH 2/4] doc: add doxy-wrapper.sh to doc/doxygen/html dependencies

Timothy Gu timothygu99 at gmail.com
Tue Jul 8 00:24:47 CEST 2014


Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
 doc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/Makefile b/doc/Makefile
index 10f03cc..a59c164 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -111,7 +111,7 @@ OBJDIRS += doc/examples
 
 DOXY_INPUT      = $(addprefix $(SRC_PATH)/, $(INSTHEADERS) $(DOC_EXAMPLES:%$(EXESUF)=%.c) $(LIB_EXAMPLES:%$(EXESUF)=%.c))
 
-doc/doxy/html: $(SRC_PATH)/doc/Doxyfile $(DOXY_INPUT)
+doc/doxy/html: $(SRC_PATH)/doc/Doxyfile $(SRC_PATH)/doc/doxy-wrapper.sh $(DOXY_INPUT)
 	$(M)$(SRC_PATH)/doc/doxy-wrapper.sh $(SRC_PATH) $< $(DOXY_INPUT)
 
 install-doc: install-html install-man
-- 
1.9.1



More information about the ffmpeg-devel mailing list