Make Bluetooth signalling handler routines use the generic Bluetooth_SendPacket(...
[pub/lufa.git] / LUFA / makefile
index ab2bb23..ed1c55a 100644 (file)
@@ -1,6 +1,6 @@
 #\r
 #             LUFA Library\r
-#     Copyright (C) Dean Camera, 2009.\r
+#     Copyright (C) Dean Camera, 2010.\r
 #              \r
 #  dean [at] fourwalledcubicle [dot] com\r
 #      www.fourwalledcubicle.com\r
@@ -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