X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/8ba51f090f7cafb36e1108cc58e68f5d71bc13c0..2a072db7030fa33be1e8dcf82ebf0b45cb4d77c1:/LUFA/makefile diff --git a/LUFA/makefile b/LUFA/makefile index ab2bb2320..ed1c55aa2 100644 --- a/LUFA/makefile +++ b/LUFA/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2009. +# Copyright (C) Dean Camera, 2010. # # dean [at] fourwalledcubicle [dot] com # www.fourwalledcubicle.com @@ -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: