* [PATCH] Add llm directory to installed doc directory
@ 2026-01-26 19:39 eugene.loh
2026-01-26 20:05 ` Kris Van Hees
0 siblings, 1 reply; 2+ messages in thread
From: eugene.loh @ 2026-01-26 19:39 UTC (permalink / raw)
To: dtrace, dtrace-devel
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Add llm directory to installed doc directory
2026-01-26 19:39 [PATCH] Add llm directory to installed doc directory eugene.loh
@ 2026-01-26 20:05 ` Kris Van Hees
0 siblings, 0 replies; 2+ messages in thread
From: Kris Van Hees @ 2026-01-26 20:05 UTC (permalink / raw)
To: eugene.loh; +Cc: dtrace, dtrace-devel
On Mon, Jan 26, 2026 at 02:39:20PM -0500, eugene.loh@oracle.com wrote:
> From: Eugene Loh <eugene.loh@oracle.com>
>
> Signed-off-by: Eugene Loh <eugene.loh@oracle.com>
Reviewed-by: Kris Van Hees <kris.van.hees@oracle.com>
... although it seems to me that we should be doing this (and the install of
the other doc files) from a doc/Build file rather than from the toplevel Build
file.
> ---
> 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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-01-26 20:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-26 19:39 [PATCH] Add llm directory to installed doc directory eugene.loh
2026-01-26 20:05 ` Kris Van Hees
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox