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. --- Demos/Host/ClassDriver/StillImageHost/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Demos/Host/ClassDriver/StillImageHost/makefile') diff --git a/Demos/Host/ClassDriver/StillImageHost/makefile b/Demos/Host/ClassDriver/StillImageHost/makefile index 490c573ff..f0d6f3ab1 100644 --- a/Demos/Host/ClassDriver/StillImageHost/makefile +++ b/Demos/Host/ClassDriver/StillImageHost/makefile @@ -691,7 +691,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