X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/663f9bd5f5592fb6670fa20cabdc65dea631739d..47f6a35013b2c6a370e5dce29aa6da3a96844695:/Projects/MissileLauncher/makefile diff --git a/Projects/MissileLauncher/makefile b/Projects/MissileLauncher/makefile index 3de086271..d6ac02840 100644 --- a/Projects/MissileLauncher/makefile +++ b/Projects/MissileLauncher/makefile @@ -693,7 +693,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.