X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/bc3db793e9867567bc881942845c7d84c2b09e37..b04de2f2f4bb14c968ebcc765ec93c5d1591aa0d:/Bootloaders/HID/makefile diff --git a/Bootloaders/HID/makefile b/Bootloaders/HID/makefile index 853bcade0..f967eaa5a 100644 --- a/Bootloaders/HID/makefile +++ b/Bootloaders/HID/makefile @@ -686,7 +686,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: