[FFmpeg-cvslog] doc: add doxy-wrapper.sh to doc/doxygen/html dependencies

Timothy Gu git at videolan.org
Tue Jul 8 02:44:02 CEST 2014


ffmpeg | branch: master | Timothy Gu <timothygu99 at gmail.com> | Mon Jul  7 15:24:47 2014 -0700| [865a761081869c8a69c74742205916770c840ec6] | committer: Michael Niedermayer

doc: add doxy-wrapper.sh to doc/doxygen/html dependencies

Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=865a761081869c8a69c74742205916770c840ec6
---

 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



More information about the ffmpeg-cvslog mailing list