diff options
| author | Timo Mueller <timo.mueller@bmw-carit.de> | 2012-11-30 09:59:26 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-14 15:26:05 +0000 |
| commit | 964db71ad0fcec3870789628046ba1a8a9c94a12 (patch) | |
| tree | 9b9e58658cea8bb43b8a851b94ea7216d3740b80 /documentation | |
| parent | e90dab9d22bbc10dcfa0aa1aaaf37bef898e1d49 (diff) | |
| download | poky-964db71ad0fcec3870789628046ba1a8a9c94a12.tar.gz | |
documentation/Makefile: Support for making Eclipse HTML dev manual
This target will generate eclipse help for the dev-manual using
the dev-manual-eclipse-customization.xsl stylesheet.
The output will be generated to a separate directory which can be used
for integrating the documentation into eclipse.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 91d9a78033..417e511991 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
| @@ -326,11 +326,13 @@ endif | |||
| 326 | eclipse: BASE_DIR = html/$(DOC)/ | 326 | eclipse: BASE_DIR = html/$(DOC)/ |
| 327 | 327 | ||
| 328 | eclipse: | 328 | eclipse: |
| 329 | ifneq ($(DOC),adt-manual) | 329 | ifeq ($(filter $(DOC), adt-manual dev-manual),) |
| 330 | @echo " " | 330 | @echo " " |
| 331 | @echo "ERROR: You can only create eclipse documentation of the" | 331 | @echo "ERROR: You can only create eclipse documentation" |
| 332 | @echo " Yocto Project Application Development Toolkit (ADT)" | 332 | @echo " of the following documentation parts:" |
| 333 | @echo " User's Guide" | 333 | @echo " " |
| 334 | @echo " - The Yocto Project Application Developer's Guide (adt-manual)" | ||
| 335 | @echo " - The Yocto Project Development Manual (dev-manual)" | ||
| 334 | @echo " " | 336 | @echo " " |
| 335 | else | 337 | else |
| 336 | @echo " " | 338 | @echo " " |
