projects
/
pub
/
USBasp.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/USBasp.git]
/
Projects
/
Incomplete
/
StandaloneProgrammer
/
makefile
diff --git
a/Projects/Incomplete/StandaloneProgrammer/makefile
b/Projects/Incomplete/StandaloneProgrammer/makefile
index
e601e27
..
f569697
100644
(file)
--- a/
Projects/Incomplete/StandaloneProgrammer/makefile
+++ b/
Projects/Incomplete/StandaloneProgrammer/makefile
@@
-705,7
+705,7
@@
clean_list :
$(REMOVEDIR) .dep
doxygen:
- @echo Generating Project Documentation...
+ @echo Generating Project Documentation
\($(TARGET)\)
...
@doxygen Doxygen.conf
@echo Documentation Generation Complete.