mirror of https://gitee.com/bigwinds/arangodb
remove .setup-directories explicitly
for some reason, a `make doxygen` otherwise fails after a previous `make clean`
This commit is contained in:
parent
4755bb701e
commit
21bb9c330d
|
@ -295,7 +295,8 @@ man: Doxygen/.setup-directories
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
CLEANUP += \
|
CLEANUP += \
|
||||||
Doxygen/*
|
Doxygen/.setup-directories \
|
||||||
|
Doxygen/*
|
||||||
|
|
||||||
## -----------------------------------------------------------------------------
|
## -----------------------------------------------------------------------------
|
||||||
## --SECTION-- EXAMPLES
|
## --SECTION-- EXAMPLES
|
||||||
|
|
Loading…
Reference in New Issue