X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/eb1275890a3aec518480916cb40ff675dc1bcb4e..8de8d7ab5a280ed9fc062c4bbc0f43350de1f383:/BuildTests/ModuleTest/makefile.avr8?ds=inline diff --git a/BuildTests/ModuleTest/makefile.avr8 b/BuildTests/ModuleTest/makefile.avr8 index f41470f7a..b94ac50e9 100644 --- a/BuildTests/ModuleTest/makefile.avr8 +++ b/BuildTests/ModuleTest/makefile.avr8 @@ -707,9 +707,12 @@ 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: rm -rf Documentation