aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/ClassDriver/Mouse/makefile
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-05-20 15:43:51 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-05-20 15:43:51 +0000
commitbf5448b1d3625e109ac243f560aa4bec004b135a (patch)
tree831ba5778a2b6adf6f05be487f91d87ab1c18f2c /Demos/Device/ClassDriver/Mouse/makefile
parentd051f41d48976e5341176927c9a79dcf329b379f (diff)
parentd2b6a7be9737c09fecc5f6b1f69505d8a2517d38 (diff)
Merge in latest trunk.
git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2228 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/ClassDriver/Mouse/makefile')
-rw-r--r--Demos/Device/ClassDriver/Mouse/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/ClassDriver/Mouse/makefile b/Demos/Device/ClassDriver/Mouse/makefile
index f54c896c..7c7493d1 100644
--- a/Demos/Device/ClassDriver/Mouse/makefile
+++ b/Demos/Device/ClassDriver/Mouse/makefile
@@ -691,7 +691,7 @@ clean_list :
doxygen:
@echo Generating Project Documentation \($(TARGET)\)...
- @if ( doxygen Doxygen.conf 2>&1 | grep -v "warning: ignoring unsupported tag" ;); then \
+ @if ( ( cat Doxygen.conf ; echo "HTML_STYLESHEET=$(LUFA_PATH)/LUFA/DoxygenPages/Style/Style.css" ) | doxygen - 2>&1 | grep -v "warning: ignoring unsupported tag" ;); then \
exit 1; \
fi;
@echo Documentation Generation Complete.