Minor documentation improvements.
[pub/USBasp.git] / Demos / Device / ClassDriver / VirtualSerialMouse / makefile
index b918197..ac7dc91 100644 (file)
@@ -695,7 +695,7 @@ clean_list :
 
 doxygen:
        @echo Generating Project Documentation \($(TARGET)\)...
 
 doxygen:
        @echo Generating Project Documentation \($(TARGET)\)...
-       @if ( doxygen Doxygen.conf 2>&1 | grep "warning" ;); then \
+       @if ( doxygen Doxygen.conf 2>&1 | grep ": warning:" ;); then \
          exit 1; \
        fi;
        @echo Documentation Generation Complete.
          exit 1; \
        fi;
        @echo Documentation Generation Complete.