All of lore.kernel.org
 help / color / mirror / Atom feed
From: Timo Mueller <mail@timomueller.eu>
To: yocto@yoctoproject.org
Cc: Timo Mueller <timo.mueller@bmw-carit.de>
Subject: [PATCH 13/18] Makefile: logic to make all for kernel-dev and cleanup
Date: Fri,  8 Feb 2013 14:21:30 +0100	[thread overview]
Message-ID: <40c355fb6c70197a95394d838dd857c4b6a4b508.1360314086.git.timo.mueller@bmw-carit.de> (raw)
In-Reply-To: <140697404f61a10cc15693c495a3bfc85c2ec8d1.1360314086.git.timo.mueller@bmw-carit.de>
In-Reply-To: <cover.1360314086.git.timo.mueller@bmw-carit.de>

From: Timo Mueller <timo.mueller@bmw-carit.de>

Eclipse help documents are now created when calling the 'make all'
target on the kernel-dev. Resulting files are archived into
the tarball as well. When calling 'make clean' artefacts of the
eclipse documentation build are deleted.

Signed-off-by: Timo Mueller <timo.mueller@bmw-carit.de>
---
 documentation/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/documentation/Makefile b/documentation/Makefile
index 67017b8..3d2923d 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -258,10 +258,11 @@ endif
 
 ifeq ($(DOC),kernel-dev)
 XSLTOPTS = --xinclude
-ALLPREQ = html pdf tarball
+ALLPREQ = html pdf eclipse tarball
 TARFILES = kernel-dev.html kernel-dev.pdf kernel-dev-style.css figures/kernel-dev-title.png \
-           figures/kernel-architecture-overview.png
-MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf
+           figures/kernel-architecture-overview.png \
+           eclipse
+MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf $(DOC)/eclipse
 FIGURES = figures
 STYLESHEET = $(DOC)/*.css
 endif
-- 
1.7.11.7



  reply	other threads:[~2013-02-08 13:21 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-08 13:21 [PATCH 00/18][yocto-docs] Update eclipse help generation to support all documents Timo Mueller
2013-02-08 13:21 ` [PATCH 01/18] documentation: Remove 'the' from title tags Timo Mueller
2013-02-08 13:21   ` [PATCH 02/18] Makefile: Modify DOC filter for eclipse-generate target Timo Mueller
2013-02-08 13:21     ` [PATCH 03/18] poky-ref-manual: Remove folder and eclipse artifacts Timo Mueller
2013-02-08 13:21       ` [PATCH 04/18] ref-manual: Remove generated eclipse help Timo Mueller
2013-02-08 13:21         ` [PATCH 05/18] .gitignore: Updated to ignore generated eclipse help of ref-manual Timo Mueller
2013-02-08 13:21           ` [PATCH 06/18] Makefile: Remove duplicate parameters Timo Mueller
2013-02-08 13:21             ` [PATCH 07/18] ref-manual: Added new customization file for eclipse help generation Timo Mueller
2013-02-08 13:21               ` [PATCH 08/18] Makefile: logic to make all for ref-manual and cleanup Timo Mueller
2013-02-08 13:21                 ` [PATCH 09/18] kernel-dev: Move global parameters to customization file Timo Mueller
2013-02-08 13:21                   ` [PATCH 10/18] kernel-dev: Added Title tag Timo Mueller
2013-02-08 13:21                     ` [PATCH 11/18] .gitignore: Updated to ignore generated eclipse help of kernel-dev Timo Mueller
2013-02-08 13:21                       ` [PATCH 12/18] kernel-dev: Added new customization file for eclipse help generation Timo Mueller
2013-02-08 13:21                         ` Timo Mueller [this message]
2013-02-08 13:21                           ` [PATCH 14/18] profile-manual: Move global parameters to customization file Timo Mueller
2013-02-08 13:21                             ` [PATCH 15/18] profile-manual: Added Title tag Timo Mueller
2013-02-08 13:21                               ` [PATCH 16/18] .gitignore: Updated to ignore generated eclipse help of profile-manual Timo Mueller
2013-02-08 13:21                                 ` [PATCH 17/18] profile-manual: Added new customization file for eclipse help generation Timo Mueller
2013-02-08 13:21                                   ` [PATCH 18/18] Makefile: logic to make all for profile-manual and cleanup Timo Mueller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=40c355fb6c70197a95394d838dd857c4b6a4b508.1360314086.git.timo.mueller@bmw-carit.de \
    --to=mail@timomueller.eu \
    --cc=timo.mueller@bmw-carit.de \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.