From d542315e97260128706af55652964f18e9fdc4bb Mon Sep 17 00:00:00 2001
From: Ralph Amissah <ralph.amissah@gmail.com>
Date: Sun, 23 Jun 2019 14:01:43 -0400
Subject: harvests reorganized; adjustments: output, paths

---
 src/doc_reform/doc_reform.d | 10 ++++++++++
 1 file changed, 10 insertions(+)

(limited to 'src/doc_reform/doc_reform.d')

diff --git a/src/doc_reform/doc_reform.d b/src/doc_reform/doc_reform.d
index d48851b..0fa326d 100755
--- a/src/doc_reform/doc_reform.d
+++ b/src/doc_reform/doc_reform.d
@@ -804,5 +804,15 @@ void main(string[] args) {
     if (_opt_action.harvest_authors) {
       DocReformMetaDocHarvestsAuthors!()(hvst.harvests, _opt_action);
     }
+    if (!(_opt_action.quiet)) {
+      import doc_reform.output.paths_output;
+      auto out_pth = DocReformPathsHTML!()(_opt_action.output_dir_set, "");
+      if (_opt_action.harvest_authors) {
+        writeln("- ", out_pth.harvest("authors.html"));
+      }
+      if (_opt_action.harvest_topics) {
+        writeln("- ", out_pth.harvest("topics.html"));
+      }
+    }
   }
 }
-- 
cgit v1.2.3