mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 11:39:47 +00:00
Makefile: add html template files to the doxygen deps
This commit is contained in:
parent
9a4c10e3af
commit
58f0d164de
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user