[Nickle] nickle: Branch 'master'
Keith Packard
keithp at keithp.com
Sun Dec 3 11:20:26 PST 2023
bench/Makefile.am | 6 ++++++
debian/docs | 3 ---
2 files changed, 6 insertions(+), 3 deletions(-)
New commits:
commit a2037a147dd5143f695efbabc1304190e3b53008
Author: Keith Packard <keithp at keithp.com>
Date: Sun Dec 3 11:07:08 2023 -0800
Install benchmark bits. Don't put examples in docdir
Install the benchmark examples to $(pkgdatadir)/bench so
they can be examined by users.
Don't add examples, benchmarks and tests to the debian doc
directory.
Signed-off-by: Keith Packard <keithp at keithp.com>
diff --git a/bench/Makefile.am b/bench/Makefile.am
index f2eb0ec..f1de097 100644
--- a/bench/Makefile.am
+++ b/bench/Makefile.am
@@ -15,3 +15,9 @@ HARNESS=runbench.sh
EXTRA_DIST=$(CFILES) $(BCFILES) $(NICKLEFILES) $(HARNESS)
CLEANFILES=choose composite ifact rfact
+
+# Install bench files so they can be run later
+
+benchdir=$(pkgdatadir)/bench
+
+bench_DATA=$(EXTRA_DIST)
diff --git a/debian/docs b/debian/docs
index 8e882f4..82fcddb 100644
--- a/debian/docs
+++ b/debian/docs
@@ -2,7 +2,4 @@ NEWS
README
README.name
TODO
-examples
-test
-bench
doc/tutorial/nickle-tutorial.pdf
More information about the Nickle
mailing list