X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/b5682f2c4476c368589c084b374bcdd997e85cdb..5e5b7cf2cad72df3d6680da1be5232eef9cf6ece:/Projects/USBtoSerial/makefile diff --git a/Projects/USBtoSerial/makefile b/Projects/USBtoSerial/makefile index ed2b825f8..310bb88b6 100644 --- a/Projects/USBtoSerial/makefile +++ b/Projects/USBtoSerial/makefile @@ -698,7 +698,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: