From b5682f2c4476c368589c084b374bcdd997e85cdb Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 21 Sep 2011 06:45:09 +0000 Subject: Add project name to the Doxygen makefile target output. --- Bootloaders/CDC/makefile | 2 +- Bootloaders/DFU/makefile | 2 +- Bootloaders/HID/makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'Bootloaders') diff --git a/Bootloaders/CDC/makefile b/Bootloaders/CDC/makefile index 4ae358b27..aab9288af 100644 --- a/Bootloaders/CDC/makefile +++ b/Bootloaders/CDC/makefile @@ -686,7 +686,7 @@ clean_list : $(REMOVEDIR) .dep doxygen: - @echo Generating Project Documentation... + @echo Generating Project Documentation \($(TARGET)\)... @doxygen Doxygen.conf @echo Documentation Generation Complete. diff --git a/Bootloaders/DFU/makefile b/Bootloaders/DFU/makefile index d3e3be9f4..32157106b 100644 --- a/Bootloaders/DFU/makefile +++ b/Bootloaders/DFU/makefile @@ -681,7 +681,7 @@ clean_list : $(REMOVEDIR) .dep doxygen: - @echo Generating Project Documentation... + @echo Generating Project Documentation \($(TARGET)\)... @doxygen Doxygen.conf @echo Documentation Generation Complete. diff --git a/Bootloaders/HID/makefile b/Bootloaders/HID/makefile index 179d87957..3768320b3 100644 --- a/Bootloaders/HID/makefile +++ b/Bootloaders/HID/makefile @@ -681,7 +681,7 @@ clean_list : $(REMOVEDIR) .dep doxygen: - @echo Generating Project Documentation... + @echo Generating Project Documentation \($(TARGET)\)... @doxygen Doxygen.conf @echo Documentation Generation Complete. -- cgit v1.2.3