X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/b5682f2c4476c368589c084b374bcdd997e85cdb..33d9a75b0332ded9cebc1388a800922ebe1c3dbe:/Projects/USBtoSerial/makefile diff --git a/Projects/USBtoSerial/makefile b/Projects/USBtoSerial/makefile index ed2b825f8..17919d97e 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 -v "warning: ignoring unsupported tag" ;); then \ + exit 1; \ + fi; @echo Documentation Generation Complete. clean_doxygen: