diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2019-10-04 21:42:07 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-10-17 19:07:20 -0400 |
commit | b70dfcf862ef81795210d6ceafc6ba9082199bf9 (patch) | |
tree | a04a2a4f9b517d02082eee336093ebbe404f5edd /src/doc_reform/meta/metadoc.d | |
parent | path related, mostly cosmetic code (diff) |
--show-{config,make,metadata,summary}doc-reform_v0.8.0
Diffstat (limited to 'src/doc_reform/meta/metadoc.d')
-rw-r--r-- | src/doc_reform/meta/metadoc.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc_reform/meta/metadoc.d b/src/doc_reform/meta/metadoc.d index 9adc0c2..a4ff476 100644 --- a/src/doc_reform/meta/metadoc.d +++ b/src/doc_reform/meta/metadoc.d @@ -226,7 +226,7 @@ template DocReformAbstraction() { return SQLite_(); } auto output_path() { - return _manifest.output.path; + return _make_and_meta_struct.conf.output_path; } auto srcs() { struct SRC_ { |