summaryrefslogtreecommitdiff
path: root/subplot.md
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2022-09-28 21:51:49 +0000
committerDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2022-09-28 21:51:49 +0000
commitb9d8e90b7471a0cbe72e34789f0c1efb8ef254c0 (patch)
tree270b505f63b57df15c65e259dd896689ce6bec15 /subplot.md
parentf204a2e599f74485b80c4168e03358c6f3c985bf (diff)
parentf974c9919502764a0319b224eb604d094499ae37 (diff)
downloadsubplot-b9d8e90b7471a0cbe72e34789f0c1efb8ef254c0.tar.gz
Merge branch 'needs-build' into 'main'
fix: include the subplot in the sources of the document See merge request subplot/subplot!290
Diffstat (limited to 'subplot.md')
-rw-r--r--subplot.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/subplot.md b/subplot.md
index 8ae5014..8daf1dd 100644
--- a/subplot.md
+++ b/subplot.md
@@ -1931,6 +1931,23 @@ then file simple.pdf has same metadata as before
and only files simple.subplot, simple.md, b.yaml, f.py, simple.pdf exist
~~~
+### Do typeset if output is older than subplot
+
+~~~scenario
+given file simple.subplot
+given file simple.md
+and file b.yaml
+and file f.py
+and an installed subplot
+when I run subplot docgen simple.subplot -o simple.pdf
+then file simple.pdf exists
+when I remember metadata for file simple.pdf
+and I wait until 1 second has passed
+and I touch file simple.subplot
+and I run subplot docgen simple.subplot -o simple.pdf
+then file simple.pdf has changed from before
+~~~
+
### Do typeset if output is older than markdown
~~~scenario
@@ -2614,6 +2631,7 @@ bibliography: [foo.bib, bar.bib]
"foo.bib",
"image.gif",
"images.md",
+ "images.subplot",
"other.py",
"other.yaml"
],