mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-21 19:29:18 +00:00
Sort docdirs
Sorting docdirs is requierd to get reproducable results
This commit is contained in:
parent
d16348482e
commit
0c8efb6fd2
@ -33,7 +33,7 @@ init:
|
|||||||
@echo "> Scanning files"
|
@echo "> Scanning files"
|
||||||
|
|
||||||
# This target requires and graphviz and doxygen
|
# This target requires and graphviz and doxygen
|
||||||
doxygen.log: docdirs = $(foreach dir,$(basedirs),${shell find ../${dir} -type d -not -path "*/.*" -not -path "*/obj_*"})
|
doxygen.log: docdirs = $(sort ,$(foreach dir,$(basedirs),${shell find ../${dir} -type d -not -path "*/.*" -not -path "*/obj_*"}))
|
||||||
doxygen.log: 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.log:
|
doxygen.log:
|
||||||
@doxygen Doxyfile
|
@doxygen Doxyfile
|
||||||
|
Loading…
Reference in New Issue
Block a user