projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add MIME type handling to the Webserver project, so that files of different types...
[pub/USBasp.git]
/
LUFA
/
makefile
diff --git
a/LUFA/makefile
b/LUFA/makefile
index
1b4fc05
..
ed1c55a
100644
(file)
--- a/
LUFA/makefile
+++ b/
LUFA/makefile
@@
-51,7
+51,7
@@
clean_list:
\r
doxygen:
\r
@echo Generating Library Documentation...
\r
\r
doxygen:
\r
@echo Generating Library Documentation...
\r
- @doxygen Doxygen.conf
\r
+ ( cat Doxygen.conf ; echo "PROJECT_NUMBER=`grep LUFA_VERSION_STRING Version.h | cut -d'"' -f2`" ) | doxygen -
\r
@echo Documentation Generation Complete.
\r
\r
clean_doxygen:
\r
@echo Documentation Generation Complete.
\r
\r
clean_doxygen:
\r