diff options
author | Timo Mueller <timo.mueller@bmw-carit.de> | 2012-11-30 09:59:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-14 17:15:08 +0000 |
commit | c6af0b969c1d03dc4ba8bc218d92384c49113e39 (patch) | |
tree | f993d90a7297777777cc07e38bb66a55b0f1143e /documentation/Makefile | |
parent | 990fb57a659d0dde6e00ac78df94e7d3cd05b3f9 (diff) | |
download | poky-c6af0b969c1d03dc4ba8bc218d92384c49113e39.tar.gz |
documentation/Makefile: Support for making Eclipse HTML poky ref manual
This target will generate eclipse help for the poky-ref-manual using
the poky-ref-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/Makefile')
-rw-r--r-- | documentation/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 660f92a9b0..891e847c39 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -315,7 +315,7 @@ endif | |||
315 | eclipse: BASE_DIR = html/$(DOC)/ | 315 | eclipse: BASE_DIR = html/$(DOC)/ |
316 | 316 | ||
317 | eclipse: | 317 | eclipse: |
318 | ifeq ($(filter $(DOC), adt-manual bsp-guide dev-manual kernel-manual),) | 318 | ifeq ($(filter $(DOC), adt-manual bsp-guide dev-manual kernel-manual poky-ref-manual),) |
319 | @echo " " | 319 | @echo " " |
320 | @echo "ERROR: You can only create eclipse documentation" | 320 | @echo "ERROR: You can only create eclipse documentation" |
321 | @echo " of the following documentation parts:" | 321 | @echo " of the following documentation parts:" |
@@ -326,6 +326,7 @@ ifeq ($(filter $(DOC), adt-manual bsp-guide dev-manual kernel-manual),) | |||
326 | @echo " - The Yocto Project Development Manual (dev-manual)" | 326 | @echo " - The Yocto Project Development Manual (dev-manual)" |
327 | @echo " - The Yocto Project Kernel Architecture and" | 327 | @echo " - The Yocto Project Kernel Architecture and" |
328 | @echo " Use Manual (kernel-manual)" | 328 | @echo " Use Manual (kernel-manual)" |
329 | @echo " - The Yocto Project Reference Manual (poky-ref-manual)" | ||
329 | @echo " " | 330 | @echo " " |
330 | else | 331 | else |
331 | @echo " " | 332 | @echo " " |