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

View File

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