aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/spine.d
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2021-04-23 08:16:10 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2021-04-23 09:55:09 -0400
commit1eba3ef7350955e6767331b2c05448a38820ebd1 (patch)
treeaf9001593f604a1dbba11c2e576889f05c55fcf9 /src/doc_reform/spine.d
parentext-dep: d-yaml updated (diff)
spine, harvests require doc abstraction be run
Diffstat (limited to 'src/doc_reform/spine.d')
-rwxr-xr-xsrc/doc_reform/spine.d2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc_reform/spine.d b/src/doc_reform/spine.d
index d3deee7..aff29b1 100755
--- a/src/doc_reform/spine.d
+++ b/src/doc_reform/spine.d
@@ -529,6 +529,7 @@ string program_name = "spine";
return (
opts["abstraction"]
|| epub
+ || harvest
|| html
|| html_seg
|| html_scroll
@@ -548,6 +549,7 @@ string program_name = "spine";
@trusted bool meta_processing_general() {
return (
opts["abstraction"]
+ || harvest
|| html
|| epub
|| odt