Add architecture guards to all architecture-specific files, so that they can be bulk...
[pub/USBasp.git] / Projects / MediaController / makefile
index 5be715b..6f9d680 100644 (file)
@@ -694,8 +694,10 @@ clean_list :
        $(REMOVEDIR) .dep
 
 doxygen:
-       @echo Generating Project Documentation...
-       @doxygen Doxygen.conf
+       @echo Generating Project Documentation \($(TARGET)\)...
+       @if ( doxygen Doxygen.conf 2>&1 | grep ": warning:" ;); then \
+         exit 1; \
+       fi;
        @echo Documentation Generation Complete.
 
 clean_doxygen: