X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/e55946f972bc9bcc41183c252dc711890e9103f1..8f4f48d963d0dd5751298a3a301dcbb32e26082b:/Demos/Host/ClassDriver/AndroidAccessoryHost/makefile diff --git a/Demos/Host/ClassDriver/AndroidAccessoryHost/makefile b/Demos/Host/ClassDriver/AndroidAccessoryHost/makefile index a54879ffc..323741ef8 100644 --- a/Demos/Host/ClassDriver/AndroidAccessoryHost/makefile +++ b/Demos/Host/ClassDriver/AndroidAccessoryHost/makefile @@ -693,7 +693,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: