diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2019-06-20 13:45:58 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-10-17 19:07:20 -0400 |
commit | 2dd7d2083c23fe9e79a984c534c2283fc4d7e581 (patch) | |
tree | 22deaa43f6888ea6c324a27b5fd4ec9b3546fb63 /src/doc_reform/output | |
parent | harvest html output (diff) |
harvest reorganized
Diffstat (limited to 'src/doc_reform/output')
-rw-r--r-- | src/doc_reform/output/paths_output.d | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/doc_reform/output/paths_output.d b/src/doc_reform/output/paths_output.d index 305aa17..c11d31e 100644 --- a/src/doc_reform/output/paths_output.d +++ b/src/doc_reform/output/paths_output.d @@ -172,7 +172,7 @@ template DocReformPathsEPUB() { Po output_pth_root, Lng lng, ) { - auto out_pth = DocReformOutPaths!()( output_pth_root, lng); + auto out_pth = DocReformOutPaths!()(output_pth_root, lng); string base_dir = "epub"; struct _PathsStruct { string base() { @@ -276,9 +276,6 @@ template DocReformPathsODT() { string base_pth() { // dir will contain odt document file (also debug file tree) return asNormalizedPath((out_pth.output_base).chainPath(base_dir)).array; } - // string base_filename() { - // return doc_matters.src.filename_base; - // } string odt_file() { return asNormalizedPath(base_pth.chainPath(doc_matters.src.filename_base ~ ".odt")).array; } |