Merge pull request #550 from g-oikonomou/bugfix/documentation/doxygen-test

Create the (failed) summary log even when sub-make fails
This commit is contained in:
Simon Duquennoy 2018-05-29 14:19:30 +02:00 committed by GitHub
commit 00295a6445
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ DOCDIR=../../tools/doxygen
all: clean summary
doxygen:
@make -C $(DOCDIR) 2> doxygen.err > /dev/null
-@$(MAKE) -C $(DOCDIR) 2> doxygen.err > /dev/null
summary: doxygen
@( \
@ -55,4 +55,4 @@ summary: doxygen
clean:
@rm -f summary doxygen.err
@make -C $(DOCDIR) clean
@$(MAKE) -C $(DOCDIR) clean