Merge commit 'f1f42cfc66'
* commit 'f1f42cfc66': build: Do not pass HTML snippets and stylesheet as input to Doxygen Conflicts: doc/Makefile See:0f378d8632Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
2fd0b5bd60
1 changed files with 4 additions and 2 deletions
|
|
@ -107,8 +107,10 @@ $(DOCS) doc/doxy/html: | doc/
|
|||
$(DOC_EXAMPLES:%$(EXESUF)=%.o): | doc/examples
|
||||
OBJDIRS += doc/examples
|
||||
|
||||
doc/doxy/html: $(SRC_PATH)/doc/Doxyfile $(INSTHEADERS)
|
||||
$(M)$(SRC_PATH)/doc/doxy-wrapper.sh $(SRC_PATH) $^
|
||||
DOXY_INPUT = $(addprefix $(SRC_PATH)/, $(INSTHEADERS))
|
||||
|
||||
doc/doxy/html: $(SRC_PATH)/doc/Doxyfile $(DOXY_INPUT)
|
||||
$(M)$(SRC_PATH)/doc/doxy-wrapper.sh $(SRC_PATH) $< $(DOXY_INPUT)
|
||||
|
||||
install-doc: install-html install-man
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue