All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vincent JARDIN <vincent.jardin-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
To: dev-VfR2kkLFssw@public.gmane.org
Subject: Re: [PATCH 2/2] mk: insert version number in doxygen config
Date: Fri, 19 Jul 2013 21:17:39 +0200	[thread overview]
Message-ID: <51E990D3.1010505@6wind.com> (raw)
In-Reply-To: <5450d495ffb15907a61e26e9640fc0170cc2ae4a.1374243470.git.thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>

it is just look n feel, just push it.

Acked-by: vincent.jardin-pdR9zngts4EAvxtiuMwx3w@public.gmane.org

On 19/07/2013 16:19, Thomas Monjalon wrote:
> The parameter PROJECT_NUMBER is used in the HTML header
> via the template variable $projectnumber.
>
> Signed-off-by: Thomas Monjalon <thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
> ---
>   mk/rte.sdkdoc.mk |    2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/mk/rte.sdkdoc.mk b/mk/rte.sdkdoc.mk
> index 96eec69..d0cda7a 100644
> --- a/mk/rte.sdkdoc.mk
> +++ b/mk/rte.sdkdoc.mk
> @@ -54,6 +54,8 @@ htmlapi: htmlapi-clean
>   	@echo 'doxygen for API...'
>   	$(Q)mkdir -p $(RTE_OUTPUT)/doc/html
>   	$(Q)(cat $(RTE_SDK)/doc/doxy-api.conf         && \
> +	    printf 'PROJECT_NUMBER = '                && \
> +	                      $(MAKE) -rR showversion && \
>   	    echo OUTPUT_DIRECTORY = $(RTE_OUTPUT)/doc && \
>   	    echo HTML_OUTPUT      = html/api          && \
>   	    echo GENERATE_HTML    = YES               && \
>

  parent reply	other threads:[~2013-07-19 19:17 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-19 14:19 [PATCH 0/2] version in doxygen Thomas Monjalon
     [not found] ` <cover.1374243470.git.thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2013-07-19 14:19   ` [PATCH 1/2] mk: add rule to print version number Thomas Monjalon
     [not found]     ` <3bd9ee985e2d0ce0d2780ba0160ecd31bb502878.1374243470.git.thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2013-07-19 19:18       ` Vincent JARDIN
     [not found]         ` <51E990F3.1020809-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2013-07-19 21:16           ` Thomas Monjalon
2013-07-19 14:19   ` [PATCH 2/2] mk: insert version number in doxygen config Thomas Monjalon
     [not found]     ` <5450d495ffb15907a61e26e9640fc0170cc2ae4a.1374243470.git.thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2013-07-19 19:17       ` Vincent JARDIN [this message]
     [not found]         ` <51E990D3.1010505-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2013-07-19 21:18           ` Thomas Monjalon

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=51E990D3.1010505@6wind.com \
    --to=vincent.jardin-pdr9zngts4eavxtiumwx3w@public.gmane.org \
    --cc=dev-VfR2kkLFssw@public.gmane.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.