aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/doc_reform.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2019-07-19 11:56:24 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2019-10-17 19:07:20 -0400
commit3b59675bb48254d9ce31edcda2f2b559bff00519 (patch)
tree618d752c68c2a17eb83a7cbebfa9be6b5c7852ec /org/doc_reform.org
parenttexpdf, footer & language setting (diff)
0.8.0 name change in code use dr (doc reform) instead of sisu
Diffstat (limited to 'org/doc_reform.org')
-rw-r--r--org/doc_reform.org10
1 files changed, 5 insertions, 5 deletions
diff --git a/org/doc_reform.org b/org/doc_reform.org
index 0db3aa1..a38fd26 100644
--- a/org/doc_reform.org
+++ b/org/doc_reform.org
@@ -28,7 +28,7 @@ struct Version {
int minor;
int patch;
}
-enum _ver = Version(0, 7, 5);
+enum _ver = Version(0, 8, 0);
#+END_SRC
** compilation restrictions (supported compilers)
@@ -1037,8 +1037,8 @@ template DocReformAbstraction() {
M _manifest
){
<<doc_reform_conf_files_in_toml>>
- <<doc_reform_each_file_do_read_and_split_sisu_markup_file_content_into_header_and_body>>
- <<doc_reform_each_file_do_split_sisu_markup_file_header_into_make_and_meta_structs>>
+ <<doc_reform_each_file_do_read_and_split_dr_markup_file_content_into_header_and_body>>
+ <<doc_reform_each_file_do_split_dr_markup_file_header_into_make_and_meta_structs>>
<<doc_reform_each_file_do_document_abstraction>>
<<doc_reform_each_file_do_document_matters>>
auto t = tuple(doc_abstraction, doc_matters);
@@ -1075,7 +1075,7 @@ if build source pod requested all information needed to build it available at th
- insert file list _header_body_insertfilelist_imagelist[headBody.insert_file_list]
- image list _header_body_insertfilelist_imagelist[headBody.image_list]
-#+NAME: doc_reform_each_file_do_read_and_split_sisu_markup_file_content_into_header_and_body
+#+NAME: doc_reform_each_file_do_read_and_split_dr_markup_file_content_into_header_and_body
#+BEGIN_SRC d
/+ ↓ read file (filename with path) +/
/+ ↓ file tuple of header and content +/
@@ -1114,7 +1114,7 @@ debug(header_and_body) {
- make instructions (from configuration files & document header make
instructions)
-#+NAME: doc_reform_each_file_do_split_sisu_markup_file_header_into_make_and_meta_structs
+#+NAME: doc_reform_each_file_do_split_dr_markup_file_header_into_make_and_meta_structs
#+BEGIN_SRC d
/+ ↓ split header into make and meta +/
if ((_opt_action.debug_do)