From: Kris Van Hees <kris.van.hees@oracle.com>
To: Elena Zannoni <elena.zannoni@oracle.com>
Cc: dtrace-devel@oss.oracle.com, dtrace@lists.linux.dev
Subject: Re: [PATCH] Add the userguide to the install step
Date: Wed, 17 Sep 2025 13:29:40 -0400 [thread overview]
Message-ID: <aMrwBMvmM22lYi+r@oracle.com> (raw)
In-Reply-To: <20250915201616.1364605-1-elena.zannoni@oracle.com>
Missing signed-off-by but I can add it as I merge.
Signed-off-by: Elena Zannoni <elena.zannoni@oracle.com>
Reviewed-by: Kris Van Hees <kris.van.hees@oracle.com>
On Mon, Sep 15, 2025 at 02:15:42PM -0600, Elena Zannoni wrote:
> ---
> Build | 10 +++++++++-
> 1 file changed, 9 insertions(+), 1 deletion(-)
>
> diff --git a/Build b/Build
> index 485e75d6..1a66a824 100644
> --- a/Build
> +++ b/Build
> @@ -3,8 +3,16 @@
>
> install::
> mkdir -p $(INSTDOCDIR)
> - $(call describe-install-target,$(INSTDOCDIR),README INCOMPATIBILITIES NEWS)
> + mkdir -p $(INSTDOCDIR)/userguide
> + mkdir -p $(INSTDOCDIR)/userguide/explanation
> + mkdir -p $(INSTDOCDIR)/userguide/how-to
> + mkdir -p $(INSTDOCDIR)/userguide/reference
> + $(call describe-install-target,$(INSTDOCDIR),README INCOMPATIBILITIES NEWS doc/userguide)
> install -m 644 README INCOMPATIBILITIES NEWS $(INSTDOCDIR)
> + install -m 644 doc/userguide/index.md $(INSTDOCDIR)/userguide
> + install -m 644 doc/userguide/explanation/* $(INSTDOCDIR)/userguide/explanation
> + install -m 644 doc/userguide/how-to/* $(INSTDOCDIR)/userguide/how-to
> + install -m 644 doc/userguide/reference/* $(INSTDOCDIR)/userguide/reference
>
> install-test::
> mkdir -p $(INSTTESTDIR)
> --
> 2.51.0
>
prev parent reply other threads:[~2025-09-17 17:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-15 20:15 [PATCH] Add the userguide to the install step Elena Zannoni
2025-09-17 17:29 ` Kris Van Hees [this message]
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=aMrwBMvmM22lYi+r@oracle.com \
--to=kris.van.hees@oracle.com \
--cc=dtrace-devel@oss.oracle.com \
--cc=dtrace@lists.linux.dev \
--cc=elena.zannoni@oracle.com \
/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