projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add project name to the Doxygen makefile target output.
[pub/lufa.git]
/
LUFA
/
CodeTemplates
/
makefile_template.avr8
diff --git
a/LUFA/CodeTemplates/makefile_template.avr8
b/LUFA/CodeTemplates/makefile_template.avr8
index
412c8a9
..
e946bae
100644
(file)
--- a/
LUFA/CodeTemplates/makefile_template.avr8
+++ b/
LUFA/CodeTemplates/makefile_template.avr8
@@
-682,7
+682,7
@@
clean_list :
$(REMOVEDIR) .dep
doxygen:
- @echo Generating Project Documentation...
+ @echo Generating Project Documentation
\($(TARGET)\)
...
@doxygen Doxygen.conf
@echo Documentation Generation Complete.