aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/meta_conf_make_meta.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2019-11-14 11:16:09 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2019-11-19 16:55:31 -0500
commitd61236952f19c1a1107a11cf11874104c0fe1a9b (patch)
tree838d700a639cdb358fe744361fc593b453de03b8 /org/meta_conf_make_meta.org
parentmakefile program version tagging for bin-archive (diff)
0.8.3 (if exists) get site config & output pathdoc-reform_v0.8.3
- read once & read early: - once per batch processing - early (needed by metadata --harvest)
Diffstat (limited to 'org/meta_conf_make_meta.org')
-rw-r--r--org/meta_conf_make_meta.org9
1 files changed, 2 insertions, 7 deletions
diff --git a/org/meta_conf_make_meta.org b/org/meta_conf_make_meta.org
index 07befe1..208a028 100644
--- a/org/meta_conf_make_meta.org
+++ b/org/meta_conf_make_meta.org
@@ -319,11 +319,6 @@ struct MetaComposite {
struct ConfComposite {
MetaComposite meta;
ConfCompositeMakeInit make;
- ConfCompositeSiteLocal conf;
-}
-struct ConfCompositePlus {
- MetaComposite meta;
- ConfCompositeMakeInit make;
ConfCompositeMakeStr make_str;
ConfCompositeSiteLocal conf;
}
@@ -363,7 +358,7 @@ static template contentYAMLtoDocReformStruct() {
doc_reform.meta.conf_make_meta_structs,
doc_reform.meta.defaults,
doc_reform.meta.rgx;
- ConfCompositePlus _struct_composite;
+ ConfComposite _struct_composite;
auto contentYAMLtoDocReformStruct(C,Y,M)(
C _struct_composite,
Y _yaml,
@@ -1165,7 +1160,7 @@ static template contentJSONtoDocReformStruct() {
doc_reform.meta.conf_make_meta_json,
doc_reform.meta.defaults,
doc_reform.meta.rgx;
- ConfCompositePlus _struct_composite;
+ ConfComposite _struct_composite;
auto contentJSONtoDocReformStruct(C,J,M)(C _struct_composite, J _json, M _manifested, string _identifier) {
mixin DocReformRgxInit;
static auto rgx = Rgx();