summaryrefslogtreecommitdiff
path: root/subplot.yaml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-09-27 16:05:43 +0300
committerLars Wirzenius <liw@liw.fi>2020-09-28 10:24:14 +0300
commit5f05798c64c13576340046d0c8f58ca6b6978627 (patch)
tree249b7341ef04cefb14739d260226d5549800ea96 /subplot.yaml
parent19f27e688fcee990df0f29c8d9e073b6037dd445 (diff)
downloadsubplot-5f05798c64c13576340046d0c8f58ca6b6978627.tar.gz
fix(subplot.{md,py,yaml}): run Subplot binaries from the source tree
This is akin to installing them to a directory in PATH. Instead of doing that, we amend PATH so that the directory in the source tree with the binaries are in there. This adds a "given an installed subplot" step to every scenario that needs to run a Subplot binary.
Diffstat (limited to 'subplot.yaml')
-rw-r--r--subplot.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/subplot.yaml b/subplot.yaml
index d2edbce..0abf8b5 100644
--- a/subplot.yaml
+++ b/subplot.yaml
@@ -1,3 +1,6 @@
+- given: an installed subplot
+ function: install_subplot
+
- when: I run sp-docgen {md} -o {output}
function: run_docgen