aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-01-29 02:43:07 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-01-29 02:43:07 +0000
commitfa3135d48530930aefd5ef4ca9d0def3faae474d (patch)
tree25f479530874d3071128fa7a963251347924085d /LUFA/makefile
parente81a4c950f88aeed9cf3ff5b9911afffd1862716 (diff)
downloadlufa-fa3135d48530930aefd5ef4ca9d0def3faae474d.tar.gz
lufa-fa3135d48530930aefd5ef4ca9d0def3faae474d.tar.bz2
lufa-fa3135d48530930aefd5ef4ca9d0def3faae474d.zip
Add MIME type handling to the Webserver project, so that files of different types (e.g. images) can be served out to HTTP clients.
Diffstat (limited to 'LUFA/makefile')
-rw-r--r--LUFA/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/makefile b/LUFA/makefile
index 1b4fc052f..ed1c55aa2 100644
--- a/LUFA/makefile
+++ b/LUFA/makefile
@@ -51,7 +51,7 @@ clean_list:
doxygen:
@echo Generating Library Documentation...
- @doxygen Doxygen.conf
+ ( cat Doxygen.conf ; echo "PROJECT_NUMBER=`grep LUFA_VERSION_STRING Version.h | cut -d'"' -f2`" ) | doxygen -
@echo Documentation Generation Complete.
clean_doxygen: