X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/2f036ae2bfddb37840c6041595eb994efad8954d..7cac5e22d7fae140b3ae4167a706d0dc07b9cf3b:/BuildTests/SingleUSBModeTest/makefile.uc3?ds=inline diff --git a/BuildTests/SingleUSBModeTest/makefile.uc3 b/BuildTests/SingleUSBModeTest/makefile.uc3 index 33f2ffd2e..9f7d65892 100644 --- a/BuildTests/SingleUSBModeTest/makefile.uc3 +++ b/BuildTests/SingleUSBModeTest/makefile.uc3 @@ -454,7 +454,9 @@ clean_list : doxygen: @echo Generating Project Documentation \($(TARGET)\)... - @doxygen Doxygen.conf + @if ( doxygen Doxygen.conf 2>&1 | grep ": warning:" ;); then \ + exit 1; \ + fi; @echo Documentation Generation Complete. clean_doxygen: