mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-02 19:29:30 +00:00
Fix doxygen prerequisites
This commit is contained in:
parent
eb0676212c
commit
d16348482e
11
doc/Makefile
11
doc/Makefile
@ -23,22 +23,23 @@ endif
|
|||||||
|
|
||||||
.PHONY: clean html pdf upload
|
.PHONY: clean html pdf upload
|
||||||
|
|
||||||
html: init doxygen
|
html: init doxygen.log
|
||||||
|
|
||||||
pdf: doclatex = YES
|
pdf: doclatex = YES
|
||||||
pdf: init doxygen
|
pdf: init doxygen.log
|
||||||
gmake -C latex refman.pdf
|
gmake -C latex refman.pdf
|
||||||
|
|
||||||
init:
|
init:
|
||||||
@echo "> Scanning files"
|
@echo "> Scanning files"
|
||||||
|
|
||||||
# This target requires and graphviz and doxygen
|
# This target requires and graphviz and doxygen
|
||||||
doxygen: docdirs = $(foreach dir,$(basedirs),${shell find ../${dir} -type d -not -path "*/.*" -not -path "*/obj_*"})
|
doxygen.log: docdirs = $(foreach dir,$(basedirs),${shell find ../${dir} -type d -not -path "*/.*" -not -path "*/obj_*"})
|
||||||
doxygen: docsrc = $(docdirs) $(foreach dir,$(docdirs),${shell find $(dir) -type f $(filetypes)}) $(manuals)
|
doxygen.log: docsrc = $(docdirs) $(foreach dir,$(docdirs),${shell find $(dir) -type f $(filetypes)}) $(manuals)
|
||||||
doxygen:
|
doxygen.log:
|
||||||
@doxygen Doxyfile
|
@doxygen Doxyfile
|
||||||
@echo "Done, errorlog follows:"
|
@echo "Done, errorlog follows:"
|
||||||
@echo ""
|
@echo ""
|
||||||
|
@touch doxygen.log
|
||||||
@cat "doxygen.log"
|
@cat "doxygen.log"
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
Reference in New Issue
Block a user