X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/663f9bd5f5592fb6670fa20cabdc65dea631739d..cf7859e2f226482d60178dbe8897f3f725a7146e:/Demos/Host/ClassDriver/StillImageHost/makefile diff --git a/Demos/Host/ClassDriver/StillImageHost/makefile b/Demos/Host/ClassDriver/StillImageHost/makefile index 45b44caf7..c30fcc67c 100644 --- a/Demos/Host/ClassDriver/StillImageHost/makefile +++ b/Demos/Host/ClassDriver/StillImageHost/makefile @@ -692,7 +692,7 @@ clean_list : doxygen: @echo Generating Project Documentation \($(TARGET)\)... - @if ( doxygen Doxygen.conf 2>&1 | grep "warning" ;); then \ + @if ( doxygen Doxygen.conf 2>&1 | grep -v "warning: ignoring unsupported tag" ;); then \ exit 1; \ fi; @echo Documentation Generation Complete.