diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-07-07 15:24:47 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-07-08 02:03:35 +0200 |
commit | 865a761081869c8a69c74742205916770c840ec6 (patch) | |
tree | aa37bce43c707a74ac174496fd3950965d132d53 /doc/Makefile | |
parent | 307239bdb629e6085cac106102986fe436427010 (diff) | |
download | ffmpeg-865a761081869c8a69c74742205916770c840ec6.tar.gz |
doc: add doxy-wrapper.sh to doc/doxygen/html dependencies
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 10f03cc8cb..a59c1640e5 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 |