projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Ensure the DFU bootloader disables and clears the activity LED toggle timer when...
[pub/USBasp.git]
/
Projects
/
SerialToLCD
/
makefile
diff --git
a/Projects/SerialToLCD/makefile
b/Projects/SerialToLCD/makefile
index
ad66578
..
337f249
100644
(file)
--- a/
Projects/SerialToLCD/makefile
+++ b/
Projects/SerialToLCD/makefile
@@
-699,7
+699,7
@@
clean_list :
\r
doxygen:
\r
@echo Generating Project Documentation \($(TARGET)\)...
\r
\r
doxygen:
\r
@echo Generating Project Documentation \($(TARGET)\)...
\r
- @if (
doxygen Doxygen.conf
2>&1 | grep -v "warning: ignoring unsupported tag" ;); then \
\r
+ @if (
( cat Doxygen.conf ; echo "HTML_STYLESHEET=$(LUFA_PATH)/LUFA/DoxygenPages/Style/Style.css" ) | doxygen -
2>&1 | grep -v "warning: ignoring unsupported tag" ;); then \
\r
exit 1; \
\r
fi;
\r
@echo Documentation Generation Complete.
\r
exit 1; \
\r
fi;
\r
@echo Documentation Generation Complete.
\r