Add MIME type handling to the Webserver project, so that files of different types...
[pub/USBasp.git] / LUFA / makefile
index 1b4fc05..ed1c55a 100644 (file)
@@ -51,7 +51,7 @@ clean_list:
 \r
 doxygen:\r
        @echo Generating Library Documentation...\r
-       @doxygen Doxygen.conf\r
+       ( cat Doxygen.conf ; echo "PROJECT_NUMBER=`grep LUFA_VERSION_STRING Version.h | cut -d'"' -f2`" ) | doxygen -\r
        @echo Documentation Generation Complete.\r
 \r
 clean_doxygen:\r