aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/compile_time_info.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2019-11-14 21:23:31 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2019-11-19 16:55:31 -0500
commit6825a6865c9aa7f235a3825b0e08f3834745ed86 (patch)
tree79a128d168cf30bdb8bd4aa130f9e19b0c3ec5ae /org/compile_time_info.org
parent0.8.3 (if exists) get site config & output path (diff)
0.9.0 spine (doc-reform renamed)
Diffstat (limited to 'org/compile_time_info.org')
-rw-r--r--org/compile_time_info.org18
1 files changed, 9 insertions, 9 deletions
diff --git a/org/compile_time_info.org b/org/compile_time_info.org
index 5567f43..8590b39 100644
--- a/org/compile_time_info.org
+++ b/org/compile_time_info.org
@@ -1,7 +1,7 @@
-*- mode: org -*-
-#+TITLE: doc_reform compile time info
+#+TITLE: spine (doc_reform) compile time info
#+DESCRIPTION: documents - structuring, publishing in multiple formats & search
-#+FILETAGS: :doc_reform:compile:
+#+FILETAGS: :spine:compile:
#+AUTHOR: Ralph Amissah
#+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]]
#+COPYRIGHT: Copyright (C) 2015 - 2019 Ralph Amissah
@@ -13,17 +13,17 @@
#+PROPERTY: header-args :padline no :exports code :cache no :noweb yes
#+EXPORT_SELECT_TAGS: export
#+EXPORT_EXCLUDE_TAGS: noexport
-#+TAGS: assert(a) class(c) debug(d) mixin(m) doc_reform(s) tangle(T) template(t) WEB(W) noexport(n)
+#+TAGS: assert(a) class(c) debug(d) mixin(m) spine(s) tangle(T) template(t) WEB(W) noexport(n)
-[[./doc_reform.org][doc_reform]] [[./][org/]]
+[[./spine.org][spine]] [[./][org/]]
* compilation info
[[../maker.org][maker.org makefile]]
-[[./doc_reform.org][doc_reform hub]] [[./][org/]]
+[[./spine.org][spine hub]] [[./][org/]]
e.g. do on linux bsd osx not windows:
version(Windows) {} else { ... }
-** 0. module template :module:compile_time_info:
+** _module template_ :module:compile_time_info:
#+begin_src d :tangle "../src/doc_reform/conf/compile_time_info.d"
/++
@@ -31,7 +31,7 @@ version(Windows) {} else { ... }
+/
module doc_reform.conf.compile_time_info;
template CompileTimeInfo() {
- <<doc_reform_compile_time_info>>
+ <<spine_compile_time_info>>
}
#+end_src
@@ -40,7 +40,7 @@ OS type shows during compilation
*** set os flags
-#+name: doc_reform_compile_time_info
+#+name: spine_compile_time_info
#+BEGIN_SRC d
version(Windows) {
pragma(msg, "[ Windows compilation ]");
@@ -98,7 +98,7 @@ static if(sysWindows) {
** 64 bit compilation?
-#+name: doc_reform_compile_time_info
+#+name: spine_compile_time_info
#+BEGIN_SRC d
version(D_LP64) {
enum bits = "64 bit";