From: eugene.loh@oracle.com
To: dtrace@lists.linux.dev, dtrace-devel@oss.oracle.com
Subject: [PATCH] Add llm directory to installed doc directory
Date: Mon, 26 Jan 2026 14:39:20 -0500 [thread overview]
Message-ID: <20260126193920.16930-1-eugene.loh@oracle.com> (raw)
From: Eugene Loh <eugene.loh@oracle.com>
Signed-off-by: Eugene Loh <eugene.loh@oracle.com>
---
Build | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Build b/Build
index 434f8ad92..cb8db08a3 100644
--- a/Build
+++ b/Build
@@ -10,7 +10,8 @@ install::
mkdir -p $(INSTDOCDIR)/userguide/reference
mkdir -p $(INSTDOCDIR)/examples/
mkdir -p $(INSTDOCDIR)/examples/language_features
- $(call describe-install-target,$(INSTDOCDIR),README INCOMPATIBILITIES NEWS tutorial userguide examples)
+ mkdir -p $(INSTDOCDIR)/llm
+ $(call describe-install-target,$(INSTDOCDIR),README INCOMPATIBILITIES NEWS tutorial userguide examples llm)
install -m 644 README INCOMPATIBILITIES NEWS $(INSTDOCDIR)
install -m 644 doc/tutorial/*.md $(INSTDOCDIR)/tutorial
install -m 644 doc/userguide/index.md $(INSTDOCDIR)/userguide
@@ -20,6 +21,7 @@ install::
install -m 755 examples/*.d $(INSTDOCDIR)/examples
install -m 644 examples/README.md $(INSTDOCDIR)/examples
install -m 755 examples/language_features/* $(INSTDOCDIR)/examples/language_features
+ install -m 644 llm/* $(INSTDOCDIR)/llm
install-test::
--
2.47.3
next reply other threads:[~2026-01-26 19:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-26 19:39 eugene.loh [this message]
2026-01-26 20:05 ` [PATCH] Add llm directory to installed doc directory Kris Van Hees
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=20260126193920.16930-1-eugene.loh@oracle.com \
--to=eugene.loh@oracle.com \
--cc=dtrace-devel@oss.oracle.com \
--cc=dtrace@lists.linux.dev \
/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