DPDK patches and discussions
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: dev@dpdk.org
Subject: [dpdk-dev] [PATCH 2/2] mk: insert version number in doxygen config
Date: Fri, 19 Jul 2013 16:19:52 +0200	[thread overview]
Message-ID: <5450d495ffb15907a61e26e9640fc0170cc2ae4a.1374243470.git.thomas.monjalon@6wind.com> (raw)
In-Reply-To: <cover.1374243470.git.thomas.monjalon@6wind.com>
In-Reply-To: <cover.1374243470.git.thomas.monjalon@6wind.com>

The parameter PROJECT_NUMBER is used in the HTML header
via the template variable $projectnumber.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
---
 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               && \
-- 
1.7.10.4

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

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-19 14:19 [dpdk-dev] [PATCH 0/2] version in doxygen Thomas Monjalon
2013-07-19 14:19 ` [dpdk-dev] [PATCH 1/2] mk: add rule to print version number Thomas Monjalon
2013-07-19 19:18   ` Vincent JARDIN
2013-07-19 21:16     ` Thomas Monjalon
2013-07-19 14:19 ` Thomas Monjalon [this message]
2013-07-19 19:17   ` [dpdk-dev] [PATCH 2/2] mk: insert version number in doxygen config Vincent JARDIN
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=5450d495ffb15907a61e26e9640fc0170cc2ae4a.1374243470.git.thomas.monjalon@6wind.com \
    --to=thomas.monjalon@6wind.com \
    --cc=dev@dpdk.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).