Add automated link checking script to the Maintenance script makefile.
[pub/USBasp.git] / Demos / Device / Incomplete / Sideshow / makefile
index 7b106c8..0bd548e 100644 (file)
@@ -699,7 +699,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: