Update project Doxygen and makefiles so that the resulting project documentation...
[pub/USBasp.git] / BuildTests / ModuleTest / makefile.avr8
index 89f4e46..58fd5a4 100644 (file)
@@ -709,7 +709,7 @@ clean_list :
 \r
 doxygen:\r
        @echo Generating Project Documentation \($(TARGET)\)...\r
-       @if ( doxygen Doxygen.conf 2>&1 | grep -v "warning: ignoring unsupported tag" ;); then \\r
+       @if ( ( cat Doxygen.conf ; echo "HTML_STYLESHEET=$(LUFA_PATH)/LUFA/DoxygenPages/Style/Style.css" ) | doxygen - 2>&1 | grep -v "warning: ignoring unsupported tag" ;); then \\r
          exit 1; \\r
        fi;\r
        @echo Documentation Generation Complete.\r