diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-05-20 15:43:51 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-05-20 15:43:51 +0000 |
| commit | bf5448b1d3625e109ac243f560aa4bec004b135a (patch) | |
| tree | 831ba5778a2b6adf6f05be487f91d87ab1c18f2c /Demos/Host/ClassDriver/MouseHostWithParser/makefile | |
| parent | d051f41d48976e5341176927c9a79dcf329b379f (diff) | |
| parent | d2b6a7be9737c09fecc5f6b1f69505d8a2517d38 (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/Host/ClassDriver/MouseHostWithParser/makefile')
| -rw-r--r-- | Demos/Host/ClassDriver/MouseHostWithParser/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/ClassDriver/MouseHostWithParser/makefile b/Demos/Host/ClassDriver/MouseHostWithParser/makefile index de349b44..67f8b355 100644 --- a/Demos/Host/ClassDriver/MouseHostWithParser/makefile +++ b/Demos/Host/ClassDriver/MouseHostWithParser/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. |
