[FFmpeg-cvslog] Makefile: add html template files to the doxygen deps
Anton Khirnov
git at videolan.org
Thu Jan 2 02:20:19 CET 2014
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Mon Dec 16 09:30:17 2013 +0100| [58f0d164def52147e9a9ee4dad9fe8d0d334623f] | committer: Anton Khirnov
Makefile: add html template files to the doxygen deps
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=58f0d164def52147e9a9ee4dad9fe8d0d334623f
---
doc/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/doc/Makefile b/doc/Makefile
index 3cd67df..4228c54 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -57,7 +57,10 @@ $(DOCS) doc/doxy/html: | doc/
$(DOC_EXAMPLES:%=%.o): | doc/examples
OBJDIRS += doc/examples
-doc/doxy/html: $(SRC_PATH)/doc/Doxyfile $(INSTHEADERS)
+DOXY_TEMPLATES = doxy_stylesheet.css footer.html header.html
+DOXY_TEMPLATES := $(addprefix $(SRC_PATH)/doc/doxy/, $(DOXY_TEMPLATES))
+
+doc/doxy/html: $(SRC_PATH)/doc/Doxyfile $(DOXY_TEMPLATES) $(INSTHEADERS)
$(M)$(SRC_PATH)/doc/doxy-wrapper.sh $(SRC_PATH) $^
install-progs-$(CONFIG_POD2MAN): install-man
More information about the ffmpeg-cvslog
mailing list