aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/makefile
diff options
context:
space:
mode:
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: