diff options
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_ { |