1
0
Fork 0

remove .setup-directories explicitly

for some reason, a `make doxygen` otherwise fails after a previous `make clean`
This commit is contained in:
Jan Steemann 2013-05-22 08:55:56 +02:00
parent 4755bb701e
commit 21bb9c330d
1 changed files with 2 additions and 1 deletions

View File

@ -295,7 +295,8 @@ man: Doxygen/.setup-directories
################################################################################ ################################################################################
CLEANUP += \ CLEANUP += \
Doxygen/* Doxygen/.setup-directories \
Doxygen/*
## ----------------------------------------------------------------------------- ## -----------------------------------------------------------------------------
## --SECTION-- EXAMPLES ## --SECTION-- EXAMPLES