Sort docdirs

Sorting docdirs is requierd to get reproducable results
This commit is contained in:
Moritz 'Morty' Strübe 2014-11-19 15:07:53 +01:00
parent d16348482e
commit 0c8efb6fd2
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ init:
@echo "> Scanning files"
# 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:
@doxygen Doxyfile