diff options
| author | Timo Mueller <timo.mueller@bmw-carit.de> | 2012-11-30 09:59:52 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-14 17:22:38 +0000 |
| commit | 6c057d084158fd7ccf170342c902d499ac5ba7fb (patch) | |
| tree | 84f614cd4d296e9d3788d565a18f47f3b65edead /documentation | |
| parent | 239b4698202d702067213cb64146ec4676b835c7 (diff) | |
| download | poky-6c057d084158fd7ccf170342c902d499ac5ba7fb.tar.gz | |
documentation/Makefile: Clean up eclipse target and update help.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/Makefile | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index b27d2f32f1..2807f12bae 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
| @@ -11,6 +11,8 @@ | |||
| 11 | # or the mega-manual (single, large HTML file comprised of all | 11 | # or the mega-manual (single, large HTML file comprised of all |
| 12 | # Yocto Project manuals). | 12 | # Yocto Project manuals). |
| 13 | # html: generates an HTML version of a manual. | 13 | # html: generates an HTML version of a manual. |
| 14 | # eclipse: generates an HTML version of a manual that can be used as | ||
| 15 | # eclipse help (including necessary metadata files). | ||
| 14 | # tarball: creates a tarball for the doc files. | 16 | # tarball: creates a tarball for the doc files. |
| 15 | # validate: validates | 17 | # validate: validates |
| 16 | # publish: pushes generated files to the Yocto Project website | 18 | # publish: pushes generated files to the Yocto Project website |
| @@ -321,19 +323,9 @@ eclipse: eclipse-generate eclipse-resolve-links | |||
| 321 | .PHONY : eclipse-generate eclipse-resolve-links | 323 | .PHONY : eclipse-generate eclipse-resolve-links |
| 322 | 324 | ||
| 323 | eclipse-generate: | 325 | eclipse-generate: |
| 324 | ifeq ($(filter $(DOC), adt-manual bsp-guide dev-manual kernel-manual poky-ref-manual yocto-project-qs),) | 326 | ifeq ($(DOC),mega-manual) |
| 325 | @echo " " | ||
| 326 | @echo "ERROR: You can only create eclipse documentation" | ||
| 327 | @echo " of the following documentation parts:" | ||
| 328 | @echo " " | 327 | @echo " " |
| 329 | @echo " - The Yocto Project Application Developer's Guide (adt-manual)" | 328 | @echo "ERROR: You cannot generate eclipse documentation for the mega-manual" |
| 330 | @echo " - The Yocto Project Board Support Package" | ||
| 331 | @echo " Developer's Guide (bsp-guide)" | ||
| 332 | @echo " - The Yocto Project Development Manual (dev-manual)" | ||
| 333 | @echo " - The Yocto Project Kernel Architecture and" | ||
| 334 | @echo " Use Manual (kernel-manual)" | ||
| 335 | @echo " - The Yocto Project Reference Manual (poky-ref-manual)" | ||
| 336 | @echo " - The Yocto Project Quick Start (yocto-project-qs)" | ||
| 337 | @echo " " | 329 | @echo " " |
| 338 | else | 330 | else |
| 339 | @echo " " | 331 | @echo " " |
