diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-07-07 15:24:49 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-07-08 02:11:19 +0200 |
commit | 8e6a66b6625cb2990f42661215587a1b5b15eec9 (patch) | |
tree | 37d8c8f09ff27c39f62d1bf843778c17e5be01d0 /doc/Makefile | |
parent | cee98aadb12915a6103306746495b0592573d57a (diff) | |
download | ffmpeg-8e6a66b6625cb2990f42661215587a1b5b15eec9.tar.gz |
doc: add doxygen target tag
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile index de0de4e63a..99f588ac05 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -111,6 +111,7 @@ OBJDIRS += doc/examples DOXY_INPUT = $(addprefix $(SRC_PATH)/, $(INSTHEADERS) $(DOC_EXAMPLES:%$(EXESUF)=%.c) $(LIB_EXAMPLES:%$(EXESUF)=%.c)) +doc/doxy/html: TAG = DOXY doc/doxy/html: $(SRC_PATH)/doc/Doxyfile $(SRC_PATH)/doc/doxy-wrapper.sh $(DOXY_INPUT) $(M)$(SRC_PATH)/doc/doxy-wrapper.sh $(SRC_PATH) $< $(DOXYGEN) $(DOXY_INPUT) |