Add project name to the Doxygen makefile target output.
[pub/lufa.git] / LUFA / makefile
index 90259a3..a05b956 100644 (file)
@@ -75,7 +75,7 @@ ifeq ($(origin LUFA_PATH), undefined)
    clean_list:
 
    doxygen:
-       @echo Generating Library Documentation...
+       @echo Generating LUFA Library Documentation...
        ( cat Doxygen.conf ; echo "PROJECT_NUMBER=`grep LUFA_VERSION_STRING Version.h | cut -d'"' -f2`" ) | doxygen -
        @echo Documentation Generation Complete.