Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-01-02 04:53:31 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-01-02 05:02:21 +0400
commit9c29967ae6916475e8f796c7c0c61c59046feed1 (patch)
treeecb67d851da0d11825e2977ab051550871285d0a /doc/Makefile
parent0aa325457dded29682768d945e7d309506e64437 (diff)
parent58f0d164def52147e9a9ee4dad9fe8d0d334623f (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: Makefile: add html template files to the doxygen deps Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 26bd9f59cb..bb5ddd3859 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -105,7 +105,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-doc: install-html install-man