aboutsummaryrefslogtreecommitdiffhomepage
path: root/maker.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2018-09-10 18:15:02 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2019-04-10 15:14:15 -0400
commite95c49b76f4ac7bf72c383ee43a0567dfcbf1603 (patch)
treeb3aec9058f69be0047bb526052f8deefb5d97463 /maker.org
parentmaker, subprojects arrange, minor (diff)
0.1.0 renamed doc-reform, doc_reform (& rad)
- from sdp
Diffstat (limited to 'maker.org')
-rw-r--r--maker.org485
1 files changed, 240 insertions, 245 deletions
diff --git a/maker.org b/maker.org
index 7dd9906..9184e4d 100644
--- a/maker.org
+++ b/maker.org
@@ -12,7 +12,7 @@
#+FILETAGS: :sdp:rel:makefile:
#+TAGS: assert(a) class(c) debug(d) mixin(m) sdp(s) tangle(T) template(t) WEB(W) noexport(n)
-[[./org/sdp.org][sdp.org]] [[./org/][org/]]
+[[./org/doc_reform.org][doc_reform.org]] [[./org/][org/]]
* makefile :makefile:
** settings [+2] :settings:
@@ -32,7 +32,9 @@ DUB_FLAGS=-v --force --compiler=
*** Project Details :project:sdp:
#+BEGIN_SRC makefile :tangle makefile
-PRG_NAME=sdp
+PRG_NAME=doc-reform
+PRG_NICKAME=rad
+PRG_NAME_DIR=$(shell echo `echo $(PRG_NAME) | sed -e "s/-/_/g"`)
PRG_SRC=$(PRG_NAME).d
PRG_SRCDIR=./src
PRG_BIN=$(PRG_NAME)
@@ -230,16 +232,16 @@ all_debug_clean_ver: clean tangle dmd_debug_ver gdc_debug_ver ldc_debug_ver
#+BEGIN_SRC makefile :tangle makefile
dmd:
- $(DUB) --compiler=dmd --config=sdp-dmd
+ $(DUB) --compiler=dmd --config=doc-reform-dmd
#+END_SRC
******** version :version:
#+BEGIN_SRC makefile :tangle makefile
dmd_ver:
- $(DUB) --compiler=dmd --config=sdp-dmd-version
- mv bin/sdp-dmd-ver bin/sdp-dmd-$(PROJECT_VERSION)
- notify-send -t 0 'D dmd compiled test release executable ready' 'sdp-dmd-$(PROJECT_VERSION)'
+ $(DUB) --compiler=dmd --config=doc-reform-dmd-version
+ mv bin/doc-reform-dmd-ver bin/doc-reform-dmd-$(PROJECT_VERSION)
+ notify-send -t 0 'D dmd compiled test release executable ready' 'doc-reform-dmd-$(PROJECT_VERSION)'
dmd_clean_ver: clean tangle dmd_ver
#+END_SRC
@@ -247,19 +249,19 @@ dmd_clean_ver: clean tangle dmd_ver
#+BEGIN_SRC makefile :tangle makefile
dmd_debug:
- $(DUB) --compiler=dmd --config=sdp-dmd-debug
+ $(DUB) --compiler=dmd --config=doc-reform-dmd-debug
#+END_SRC
******* clean & tangle :clean:tangle:
#+BEGIN_SRC makefile :tangle makefile
dmd_rel: expunge skel tangle
- $(DUB) --compiler=dmd --config=sdp-release
+ $(DUB) --compiler=dmd --config=doc-reform-release
dmd_rel_tangle: tangle
- $(DUB) --compiler=dmd --config=sdp-dmd
+ $(DUB) --compiler=dmd --config=doc-reform-dmd
dmd_rel_expunge_tangle: expunge skel tangle dmd_rel_tangle
dmd_debug_tangle: tangle
- $(DUB) --compiler=dmd --config=sdp-dmd-debug
+ $(DUB) --compiler=dmd --config=doc-reform-dmd-debug
#+END_SRC
****** gdc :gdc:
@@ -268,16 +270,16 @@ dmd_debug_tangle: tangle
#+BEGIN_SRC makefile :tangle makefile
gdc:
- $(DUB) --compiler=gdc --config=sdp-gdc
+ $(DUB) --compiler=gdc --config=doc-reform-gdc
#+END_SRC
******** version :version:
#+BEGIN_SRC makefile :tangle makefile
gdc_ver:
- $(DUB) --compiler=gdc --config=sdp-gdc-version
- mv bin/sdp-gdc-ver bin/sdp-gdc-$(PROJECT_VERSION)
- notify-send -t 0 'D gdc compiled test release executable ready' 'sdp-gdc-$(PROJECT_VERSION)'
+ $(DUB) --compiler=gdc --config=doc-reform-gdc-version
+ mv bin/doc-reform-gdc-ver bin/doc-reform-gdc-$(PROJECT_VERSION)
+ notify-send -t 0 'D gdc compiled test release executable ready' 'doc-reform-gdc-$(PROJECT_VERSION)'
gdc_clean_ver: clean tangle gdc_ver
#+END_SRC
@@ -285,19 +287,19 @@ gdc_clean_ver: clean tangle gdc_ver
#+BEGIN_SRC makefile :tangle makefile
gdc_debug:
- $(DUB) --compiler=gdc --config=sdp-gdc-debug
+ $(DUB) --compiler=gdc --config=doc-reform-gdc-debug
#+END_SRC
******* clean & tangle :clean:tangle:
#+BEGIN_SRC makefile :tangle makefile
gdc_rel: expunge skel tangle
- $(DUB) --compiler=gdc --config=sdp-release
+ $(DUB) --compiler=gdc --config=doc-reform-release
gdc_rel_tangle: tangle
- $(DUB) --compiler=gdc --config=sdp-gdc
+ $(DUB) --compiler=gdc --config=doc-reform-gdc
gdc_rel_expunge_tangle: expunge skel tangle gdc_rel_tangle
gdc_debug_tangle: tangle
- $(DUB) --compiler=gdc --config=sdp-gdc-debug
+ $(DUB) --compiler=gdc --config=doc-reform-gdc-debug
#+END_SRC
****** ldc :ldc:
@@ -306,16 +308,16 @@ gdc_debug_tangle: tangle
#+BEGIN_SRC makefile :tangle makefile
ldc:
- $(DUB) --compiler=ldc2 --config=sdp-ldc
+ $(DUB) --compiler=ldc2 --config=doc-reform-ldc
#+END_SRC
******** version :version:
#+BEGIN_SRC makefile :tangle makefile
ldc_ver:
- $(DUB) --compiler=ldc2 --config=sdp-ldc-version
- mv bin/sdp-ldc-ver bin/sdp-ldc-$(PROJECT_VERSION)
- notify-send -t 0 'D ldc2 compiled test release executable ready' 'sdp-ldc-$(PROJECT_VERSION)'
+ $(DUB) --compiler=ldc2 --config=doc-reform-ldc-version
+ mv bin/doc-reform-ldc-ver bin/doc-reform-ldc-$(PROJECT_VERSION)
+ notify-send -t 0 'D ldc2 compiled test release executable ready' 'doc-reform-ldc-$(PROJECT_VERSION)'
ldc_clean_ver: clean tangle ldc_ver
#+END_SRC
@@ -323,38 +325,40 @@ ldc_clean_ver: clean tangle ldc_ver
#+BEGIN_SRC makefile :tangle makefile
ldc_debug:
- $(DUB) --compiler=ldc2 --config=sdp-ldc-debug
+ $(DUB) --compiler=ldc2 --config=doc-reform-ldc-debug
#+END_SRC
******* clean & tangle :clean:tangle:
#+BEGIN_SRC makefile :tangle makefile
ldc_rel: expunge skel tangle
- $(DUB) --compiler=ldc2 --config=sdp-release
+ $(DUB) --compiler=ldc2 --config=doc-reform-release
ldc_rel_tangle: tangle
- $(DUB) --compiler=ldc2 --config=sdp-ldc
+ $(DUB) --compiler=ldc2 --config=doc-reform-ldc
ldc_rel_expunge_tangle: expunge skel tangle ldc_rel_tangle
ldc_debug_tangle: tangle
- $(DUB) --compiler=ldc2 --config=sdp-ldc-debug
+ $(DUB) --compiler=ldc2 --config=doc-reform-ldc-debug
#+END_SRC
***** generic
****** init clean distclean etc. :clean:
#+BEGIN_SRC makefile :tangle makefile
+reinit: clean skel tangle
skel:
mkdir -p build; \
mkdir -p subprojects; \
- mkdir -p $(PRG_SRCDIR)/$(PRG_NAME)/conf; \
- mkdir -p $(PRG_SRCDIR)/$(PRG_NAME)/meta; \
- mkdir -p $(PRG_SRCDIR)/$(PRG_NAME)/output; \
- mkdir -p $(PRG_SRCDIR)/$(PRG_NAME)/share; \
- mkdir -p $(PRG_SRCDIR)/$(PRG_NAME)/source; \
- mkdir -p $(PRG_SRCDIR)/$(PRG_NAME); \
+ mkdir -p $(PRG_SRCDIR)/$(PRG_NAME_DIR)/conf; \
+ mkdir -p $(PRG_SRCDIR)/$(PRG_NAME_DIR)/meta; \
+ mkdir -p $(PRG_SRCDIR)/$(PRG_NAME_DIR)/output; \
+ mkdir -p $(PRG_SRCDIR)/$(PRG_NAME_DIR)/share; \
+ mkdir -p $(PRG_SRCDIR)/$(PRG_NAME_DIR)/source; \
+ mkdir -p $(PRG_SRCDIR)/$(PRG_NAME_DIR); \
mkdir -p $(PRG_BINDIR);
init: skel
clean:
rm -rf build; \
+ rm -rf subprojects; \
rm -rf $(PRG_SRCDIR); \
rm -rf $(PRG_DOCDIR);
clean_bin:
@@ -365,12 +369,14 @@ clean_docs:
rm -rf $(PRG_DOCDIR)
expunge:
rm -f dub.selections.json; \
+ rm -rf build; \
+ rm -rf subprojects; \
rm -rf $(PRG_SRCDIR); \
rm -rf $(PRG_BINDIR); \
rm -rf $(PRG_DOCDIR);
distclean: expunge
distclean_and_init: expunge
- mkdir -p $(PRG_SRCDIR)/$(PRG_NAME); \
+ mkdir -p $(PRG_SRCDIR)/$(PRG_NAME_DIR); \
mkdir -p $(PRG_BINDIR);
#+END_SRC
@@ -378,7 +384,7 @@ distclean_and_init: expunge
#+BEGIN_SRC makefile :tangle makefile
ver:
- echo sdp-$(PROJECT_VERSION)
+ echo doc-reform-$(PROJECT_VERSION)
#+END_SRC
****** tangle build rebuild :clean:tangle:build:
@@ -396,14 +402,6 @@ makefile_new:
restart: clean tangle
#+END_SRC
-**** _meson_ build :meson:
-
-#+BEGIN_SRC makefile :tangle build/makefile
-meson:
- meson --buildtype=debugoptimized
- ninja
-#+END_SRC
-
*** testrun (program against document markup)
**** pods
****** find files
@@ -418,29 +416,29 @@ find_pods:
#+BEGIN_SRC makefile :tangle makefile
dmd_testrun_find:
- ./bin/sdp-dmd -v --source --html --epub --sqlite-discrete \
+ ./bin/doc-reform-dmd -v --source --html --epub --sqlite-discrete \
--sqlite-create --sqlite-update \
--output-dir=tmp/program_output_pod \
data/sisupod/sisu-manual
dmd_testrun_find_pod_source:
$(SiSU_MARKUP_SAMPLES_PODS_FOUND) \
-./bin/sdp-ldc -v --source --html --epub \
+./bin/doc-reform-ldc -v --source --html --epub \
--output-dir=tmp/program_output_pod
dmd_testrun_find_pod_sisupod:
$(SiSU_MARKUP_SAMPLES_PODS_FOUND) \
-./bin/sdp-dmd -v --sisupod \
+./bin/doc-reform-dmd -v --sisupod \
--output-dir=tmp/program_output_pod
dmd_testrun_find_pod_html:
$(SiSU_MARKUP_SAMPLES_PODS_FOUND) \
-./bin/sdp-dmd -v --html \
+./bin/doc-reform-dmd -v --html \
--output-dir=tmp/program_output_pod
dmd_testrun_find_pod_epub:
$(SiSU_MARKUP_SAMPLES_PODS_FOUND) \
-./bin/sdp-dmd -v --epub \
+./bin/doc-reform-dmd -v --epub \
--output-dir=tmp/program_output_pod
dmd_testrun_find_pod_all:
$(SiSU_MARKUP_SAMPLES_PODS_FOUND) \
-./bin/sdp-dmd -v --source --html --epub --sqlite-discrete \
+./bin/doc-reform-dmd -v --source --html --epub --sqlite-discrete \
--sqlite-create --sqlite-update \
--output-dir=tmp/program_output_pod
#+END_SRC
@@ -449,23 +447,23 @@ dmd_testrun_find_pod_all:
#+BEGIN_SRC makefile :tangle makefile
dmd_testrun_paths_pod_source:
- ./bin/sdp-dmd -v --source \
+ ./bin/doc-reform-dmd -v --source \
--output-dir=tmp/program_output_pod \
$(SiSU_MARKUP_SAMPLES_POD)
dmd_testrun_paths_pod_sisupod:
- ./bin/sdp-dmd -v --sisupod \
+ ./bin/doc-reform-dmd -v --sisupod \
--output-dir=tmp/program_output_pod \
$(SiSU_MARKUP_SAMPLES_POD)
dmd_testrun_paths_pod_html:
- ./bin/sdp-dmd -v --html \
+ ./bin/doc-reform-dmd -v --html \
--output-dir=tmp/program_output_pod \
$(SiSU_MARKUP_SAMPLES_POD)
dmd_testrun_paths_pod_epub:
- ./bin/sdp-dmd -v --epub \
+ ./bin/doc-reform-dmd -v --epub \
--output-dir=tmp/program_output_pod \
$(SiSU_MARKUP_SAMPLES_POD)
dmd_testrun_paths_pod_all:
- ./bin/sdp-dmd -v --source --html --epub --sqlite-discrete \
+ ./bin/doc-reform-dmd -v --source --html --epub --sqlite-discrete \
--sqlite-create --sqlite-update \
--output-dir=tmp/program_output_pod \
$(SiSU_MARKUP_SAMPLES_POD)
@@ -476,29 +474,29 @@ $(SiSU_MARKUP_SAMPLES_POD)
#+BEGIN_SRC makefile :tangle makefile
gdc_testrun_find:
- ./bin/sdp-gdc -v --source --html --epub --sqlite-discrete \
+ ./bin/doc-reform-gdc -v --source --html --epub --sqlite-discrete \
--sqlite-create --sqlite-update \
--output-dir=tmp/program_output_pod \
data/sisupod/sisu-manual
gdc_testrun_find_pod_source:
$(SiSU_MARKUP_SAMPLES_PODS_FOUND) \
-./bin/sdp-gdc -v --source \
+./bin/doc-reform-gdc -v --source \
--output-dir=tmp/program_output_pod
gdc_testrun_find_pod_sisupod:
$(SiSU_MARKUP_SAMPLES_PODS_FOUND) \
-./bin/sdp-gdc -v --sisupod \
+./bin/doc-reform-gdc -v --sisupod \
--output-dir=tmp/program_output_pod
gdc_testrun_find_pod_html:
$(SiSU_MARKUP_SAMPLES_PODS_FOUND) \
-./bin/sdp-gdc -v --html \
+./bin/doc-reform-gdc -v --html \
--output-dir=tmp/program_output_pod
gdc_testrun_find_pod_epub:
$(SiSU_MARKUP_SAMPLES_PODS_FOUND) \
-./bin/sdp-gdc -v --epub \
+./bin/doc-reform-gdc -v --epub \
--output-dir=tmp/program_output_pod
gdc_testrun_find_pod_all:
$(SiSU_MARKUP_SAMPLES_PODS_FOUND) \
-./bin/sdp-gdc -v --source --html --epub --sqlite-discrete \
+./bin/doc-reform-gdc -v --source --html --epub --sqlite-discrete \
--sqlite-create --sqlite-update \
--output-dir=tmp/program_output_pod
#+END_SRC
@@ -507,28 +505,28 @@ gdc_testrun_find_pod_all:
#+BEGIN_SRC makefile :tangle makefile
gdc_testrun_paths:
- ./bin/sdp-gdc -v --source --html --epub --sqlite-discrete \
+ ./bin/doc-reform-gdc -v --source --html --epub --sqlite-discrete \
--sqlite-create --sqlite-update \
--output-dir=tmp/program_output_pod \
data/sisupod/sisu-manual
gdc_testrun_paths_pod_source:
- ./bin/sdp-gdc -v --source \
+ ./bin/doc-reform-gdc -v --source \
--output-dir=tmp/program_output_pod \
$(SiSU_MARKUP_SAMPLES_POD)
gdc_testrun_paths_pod_sisupod:
- ./bin/sdp-gdc -v --sisupod \
+ ./bin/doc-reform-gdc -v --sisupod \
--output-dir=tmp/program_output_pod \
$(SiSU_MARKUP_SAMPLES_POD)
gdc_testrun_paths_pod_html:
- ./bin/sdp-gdc -v --html \
+ ./bin/doc-reform-gdc -v --html \
--output-dir=tmp/program_output_pod \
$(SiSU_MARKUP_SAMPLES_POD)
gdc_testrun_paths_pod_epub:
- ./bin/sdp-gdc -v --epub \
+ ./bin/doc-reform-gdc -v --epub \
--output-dir=tmp/program_output_pod \
$(SiSU_MARKUP_SAMPLES_POD)
gdc_testrun_paths_pod_all:
- ./bin/sdp-gdc -v --source --html --epub --sqlite-discrete \
+ ./bin/doc-reform-gdc -v --source --html --epub --sqlite-discrete \
--sqlite-create --sqlite-update \
--output-dir=tmp/program_output_pod \
$(SiSU_MARKUP_SAMPLES_POD)
@@ -539,29 +537,29 @@ $(SiSU_MARKUP_SAMPLES_POD)
#+BEGIN_SRC makefile :tangle makefile
ldc_testrun_find:
- ./bin/sdp-ldc -v --source --html --epub --sqlite-discrete \
+ ./bin/doc-reform-ldc -v --source --html --epub --sqlite-discrete \
--sqlite-create --sqlite-update \
--output-dir=tmp/program_output_pod \
data/sisupod/sisu-manual
ldc_testrun_find_pod_source:
$(SiSU_MARKUP_SAMPLES_PODS_FOUND) \
- ./bin/sdp-ldc -v --source \
+ ./bin/doc-reform-ldc -v --source \
--output-dir=tmp/program_output_pod
ldc_testrun_find_pod_sisupod:
$(SiSU_MARKUP_SAMPLES_PODS_FOUND) \
- ./bin/sdp-ldc -v --sisupod \
+ ./bin/doc-reform-ldc -v --sisupod \
--output-dir=tmp/program_output_pod
ldc_testrun_find_pod_html:
$(SiSU_MARKUP_SAMPLES_PODS_FOUND) \
- ./bin/sdp-ldc -v --html \
+ ./bin/doc-reform-ldc -v --html \
--output-dir=tmp/program_output_pod
ldc_testrun_find_pod_epub:
$(SiSU_MARKUP_SAMPLES_PODS_FOUND) \
- ./bin/sdp-ldc -v --epub \
+ ./bin/doc-reform-ldc -v --epub \
--output-dir=tmp/program_output_pod
ldc_testrun_find_pod_all:
$(SiSU_MARKUP_SAMPLES_PODS_FOUND) \
- ./bin/sdp-ldc -v --source --html --epub --sqlite-discrete \
+ ./bin/doc-reform-ldc -v --source --html --epub --sqlite-discrete \
--sqlite-create --sqlite-update \
--output-dir=tmp/program_output_pod
#+END_SRC
@@ -570,28 +568,28 @@ ldc_testrun_find_pod_all:
#+BEGIN_SRC makefile :tangle makefile
ldc_testrun_paths:
- ./bin/sdp-ldc -v --source --html --epub --sqlite-discrete \
+ ./bin/doc-reform-ldc -v --source --html --epub --sqlite-discrete \
--sqlite-create --sqlite-update \
--output-dir=tmp/program_output_pod \
data/sisupod/sisu-manual
ldc_testrun_paths_pod_source:
- ./bin/sdp-ldc -v --source \
+ ./bin/doc-reform-ldc -v --source \
--output-dir=tmp/program_output_pod \
$(SiSU_MARKUP_SAMPLES_POD)
ldc_testrun_paths_pod_sisupod:
- ./bin/sdp-ldc -v --sisupod \
+ ./bin/doc-reform-ldc -v --sisupod \
--output-dir=tmp/program_output_pod \
$(SiSU_MARKUP_SAMPLES_POD)
ldc_testrun_paths_pod_html:
- ./bin/sdp-ldc -v --html \
+ ./bin/doc-reform-ldc -v --html \
--output-dir=tmp/program_output_pod \
$(SiSU_MARKUP_SAMPLES_POD)
ldc_testrun_paths_pod_epub:
- ./bin/sdp-ldc -v --epub \
+ ./bin/doc-reform-ldc -v --epub \
--output-dir=tmp/program_output_pod \
$(SiSU_MARKUP_SAMPLES_POD)
ldc_testrun_paths_pod_all:
- ./bin/sdp-ldc -v --source --html --epub --sqlite-discrete \
+ ./bin/doc-reform-ldc -v --source --html --epub --sqlite-discrete \
--sqlite-create --sqlite-update \
--output-dir=tmp/program_output_pod \
$(SiSU_MARKUP_SAMPLES_POD)
@@ -604,23 +602,23 @@ $(SiSU_MARKUP_SAMPLES_POD)
#+BEGIN_SRC makefile :tangle makefile
dmd_testrun_find_dir_source:
$(SiSU_MARKUP_SAMPLES_DIR_FILES_FOUND) \
-./bin/sdp-dmd -v --source \
+./bin/doc-reform-dmd -v --source \
--output-dir=tmp/program_output_dir
dmd_testrun_find_dir_sisupod:
$(SiSU_MARKUP_SAMPLES_DIR_FILES_FOUND) \
-./bin/sdp-dmd -v --sisupod \
+./bin/doc-reform-dmd -v --sisupod \
--output-dir=tmp/program_output_dir
dmd_testrun_find_dir_html:
$(SiSU_MARKUP_SAMPLES_DIR_FILES_FOUND) \
-./bin/sdp-dmd -v --html \
+./bin/doc-reform-dmd -v --html \
--output-dir=tmp/program_output_dir
dmd_testrun_find_dir_epub:
$(SiSU_MARKUP_SAMPLES_DIR_FILES_FOUND) \
-./bin/sdp-dmd -v --epub \
+./bin/doc-reform-dmd -v --epub \
--output-dir=tmp/program_output_dir
dmd_testrun_find_dir_all:
$(SiSU_MARKUP_SAMPLES_DIR_FILES_FOUND) \
-./bin/sdp-dmd -v --source --html --epub --sqlite-discrete \
+./bin/doc-reform-dmd -v --source --html --epub --sqlite-discrete \
--sqlite-create --sqlite-update \
--output-dir=tmp/program_output_dir
#+END_SRC
@@ -629,23 +627,23 @@ dmd_testrun_find_dir_all:
#+BEGIN_SRC makefile :tangle makefile
dmd_testrun_filelist_dir_source:
- ./bin/sdp-dmd -v --source \
+ ./bin/doc-reform-dmd -v --source \
--output-dir=tmp/program_output_dir \
$(SiSU_MARKUP_SAMPLES_DIR)
dmd_testrun_filelist_dir_sisupod:
- ./bin/sdp-dmd -v --sisupod \
+ ./bin/doc-reform-dmd -v --sisupod \
--output-dir=tmp/program_output_dir \
$(SiSU_MARKUP_SAMPLES_DIR)
dmd_testrun_filelist_dir_html:
- ./bin/sdp-dmd -v --html \
+ ./bin/doc-reform-dmd -v --html \
--output-dir=tmp/program_output_dir \
$(SiSU_MARKUP_SAMPLES_DIR)
dmd_testrun_filelist_dir_epub:
- ./bin/sdp-dmd -v --epub \
+ ./bin/doc-reform-dmd -v --epub \
--output-dir=tmp/program_output_dir \
$(SiSU_MARKUP_SAMPLES_DIR)
dmd_testrun_filelist_dir_all:
- ./bin/sdp-dmd -v --source --html --epub --sqlite-discrete \
+ ./bin/doc-reform-dmd -v --source --html --epub --sqlite-discrete \
--sqlite-create --sqlite-update \
--output-dir=tmp/program_output_dir \
$(SiSU_MARKUP_SAMPLES_DIR)
@@ -656,24 +654,24 @@ $(SiSU_MARKUP_SAMPLES_DIR)
#+BEGIN_SRC makefile :tangle makefile
gdc_testrun_find_dir_source:
- ./bin/sdp-gdc -v --source \
+ ./bin/doc-reform-gdc -v --source \
--output-dir=tmp/program_output_dir \
$(SiSU_MARKUP_SAMPLES_DIR)
gdc_testrun_find_dir_sisupod:
$(SiSU_MARKUP_SAMPLES_DIR_FILES_FOUND) \
-./bin/sdp-gdc -v --sisupod \
+./bin/doc-reform-gdc -v --sisupod \
--output-dir=tmp/program_output_dir
gdc_testrun_find_dir_html:
$(SiSU_MARKUP_SAMPLES_DIR_FILES_FOUND) \
-./bin/sdp-gdc -v --html \
+./bin/doc-reform-gdc -v --html \
--output-dir=tmp/program_output_dir
gdc_testrun_find_dir_epub:
$(SiSU_MARKUP_SAMPLES_DIR_FILES_FOUND) \
-./bin/sdp-gdc -v --epub \
+./bin/doc-reform-gdc -v --epub \
--output-dir=tmp/program_output_dir
gdc_testrun_find_dir_all:
$(SiSU_MARKUP_SAMPLES_DIR_FILES_FOUND) \
-./bin/sdp-gdc -v --source --html --epub --sqlite-discrete \
+./bin/doc-reform-gdc -v --source --html --epub --sqlite-discrete \
--sqlite-create --sqlite-update \
--output-dir=tmp/program_output_dir
#+END_SRC
@@ -682,23 +680,23 @@ gdc_testrun_find_dir_all:
#+BEGIN_SRC makefile :tangle makefile
gdc_testrun_filelist_dir_source:
- ./bin/sdp-gdc -v --source \
+ ./bin/doc-reform-gdc -v --source \
--output-dir=tmp/program_output_dir \
$(SiSU_MARKUP_SAMPLES_DIR)
gdc_testrun_filelist_dir_sisupod:
- ./bin/sdp-gdc -v --sisupod \
+ ./bin/doc-reform-gdc -v --sisupod \
--output-dir=tmp/program_output_dir \
$(SiSU_MARKUP_SAMPLES_DIR)
gdc_testrun_filelist_dir_html:
- ./bin/sdp-gdc -v --html \
+ ./bin/doc-reform-gdc -v --html \
--output-dir=tmp/program_output_dir \
$(SiSU_MARKUP_SAMPLES_DIR)
gdc_testrun_filelist_dir_epub:
- ./bin/sdp-gdc -v --epub \
+ ./bin/doc-reform-gdc -v --epub \
--output-dir=tmp/program_output_dir \
$(SiSU_MARKUP_SAMPLES_DIR)
gdc_testrun_filelist_dir_all:
- ./bin/sdp-gdc -v --source --html --epub --sqlite-discrete \
+ ./bin/doc-reform-gdc -v --source --html --epub --sqlite-discrete \
--sqlite-create --sqlite-update \
--output-dir=tmp/program_output_dir \
$(SiSU_MARKUP_SAMPLES_DIR)
@@ -710,23 +708,23 @@ $(SiSU_MARKUP_SAMPLES_DIR)
#+BEGIN_SRC makefile :tangle makefile
ldc_testrun_find_dir_source:
$(SiSU_MARKUP_SAMPLES_DIR_FILES_FOUND) \
-./bin/sdp-ldc -v --source \
+./bin/doc-reform-ldc -v --source \
--output-dir=tmp/program_output_dir
ldc_testrun_find_dir_sisupod:
$(SiSU_MARKUP_SAMPLES_DIR_FILES_FOUND) \
-./bin/sdp-ldc -v --sisupod \
+./bin/doc-reform-ldc -v --sisupod \
--output-dir=tmp/program_output_dir
ldc_testrun_find_dir_html:
$(SiSU_MARKUP_SAMPLES_DIR_FILES_FOUND) \
-./bin/sdp-ldc -v --html \
+./bin/doc-reform-ldc -v --html \
--output-dir=tmp/program_output_dir
ldc_testrun_find_dir_epub:
$(SiSU_MARKUP_SAMPLES_DIR_FILES_FOUND) \
-./bin/sdp-ldc -v --epub \
+./bin/doc-reform-ldc -v --epub \
--output-dir=tmp/program_output_dir
ldc_testrun_find_dir_all:
$(SiSU_MARKUP_SAMPLES_DIR_FILES_FOUND) \
-./bin/sdp-ldc -v --source --html --epub --sqlite-discrete \
+./bin/doc-reform-ldc -v --source --html --epub --sqlite-discrete \
--sqlite-create --sqlite-update \
--output-dir=tmp/program_output_dir
#+END_SRC
@@ -735,23 +733,23 @@ ldc_testrun_find_dir_all:
#+BEGIN_SRC makefile :tangle makefile
ldc_testrun_filelist_dir_source:
- ./bin/sdp-ldc -v --source \
+ ./bin/doc-reform-ldc -v --source \
--output-dir=tmp/program_output_dir \
$(SiSU_MARKUP_SAMPLES_DIR)
ldc_testrun_filelist_dir_sisupod:
- ./bin/sdp-ldc -v --sisupod \
+ ./bin/doc-reform-ldc -v --sisupod \
--output-dir=tmp/program_output_dir \
$(SiSU_MARKUP_SAMPLES_DIR)
ldc_testrun_filelist_dir_html:
- ./bin/sdp-ldc -v --html \
+ ./bin/doc-reform-ldc -v --html \
--output-dir=tmp/program_output_dir \
$(SiSU_MARKUP_SAMPLES_DIR)
ldc_testrun_filelist_dir_epub:
- ./bin/sdp-ldc -v --epub \
+ ./bin/doc-reform-ldc -v --epub \
--output-dir=tmp/program_output_dir \
$(SiSU_MARKUP_SAMPLES_DIR)
ldc_testrun_filelist_dir_all:
- ./bin/sdp-ldc -v --source --html --epub --sqlite-discrete \
+ ./bin/doc-reform-ldc -v --source --html --epub --sqlite-discrete \
--sqlite-create --sqlite-update \
--output-dir=tmp/program_output_dir \
$(SiSU_MARKUP_SAMPLES_DIR)
@@ -824,14 +822,14 @@ Every DUB package should contain a [[http://code.dlang.org/package-format?lang=j
** header (including dependencies) :header:
#+BEGIN_SRC sh :tangle dub.sdl
-name "sdp"
+name "doc-reform"
description "sisu document parser"
homepage "http://sisudoc.org"
authors "Ralph Amissah"
copyright "Copyright © 2016 Ralph Amissah"
license "AGPL-3+"
targetPath "./bin"
-#sourcePath "./src/sdp"
+#sourcePath "./src/doc_reform"
stringImportPaths "./views"
buildRequirements "allowWarnings"
dependency "archive" version="~>0.6.0" # http://code.dlang.org/packages/archive https://github.com/rcythr/archive
@@ -850,211 +848,211 @@ configuration "build" {
name "build"
targetType "executable"
platforms "posix"
- targetName "bin/sdp"
- dflags "-J=views" "-I=src/sdp"
+ targetName "bin/doc-reform"
+ dflags "-J=views" "-I=src/doc_reform"
buildOptions "verbose" "releaseMode" "optimize" "inline"
- postGenerateCommands "/usr/bin/notify-send -t 0 'D release executable ready' 'sdp'"
+ postGenerateCommands "/usr/bin/notify-send -t 0 'D release executable ready' 'doc-reform'"
}
#+END_SRC
-*** sdp-release (sdp) :release:
+*** doc-reform-release (sdp) :release:
#+BEGIN_SRC sh :tangle dub.sdl
-configuration "sdp-release" {
+configuration "doc-reform-release" {
name "release"
targetType "executable"
platforms "posix"
- targetName "sdp"
- dflags "-J=views" "-I=src/sdp"
+ targetName "doc-reform"
+ dflags "-J=views" "-I=src/doc_reform"
buildOptions "verbose" "releaseMode" "optimize" "inline"
- postGenerateCommands "/usr/bin/notify-send -t 0 'D release executable ready' 'sdp'"
+ postGenerateCommands "/usr/bin/notify-send -t 0 'D release executable ready' 'doc-reform'"
}
#+END_SRC
** dmd :dmd:
-*** sdp-dmd
+*** doc-reform-dmd
#+BEGIN_SRC sh :tangle dub.sdl
-configuration "sdp-dmd" {
+configuration "doc-reform-dmd" {
name "dmd"
targetType "executable"
platforms "posix"
- targetName "sdp-dmd"
- dflags "-J=views" "-I=src/sdp"
+ targetName "doc-reform-dmd"
+ dflags "-J=views" "-I=src/doc_reform"
buildRequirements "allowWarnings"
buildOptions "verbose" "inline" # "optimize" # "releaseMode"
- postGenerateCommands "/usr/bin/notify-send -t 0 'D dmd compiled test release executable ready' 'sdp-dmd'"
+ postGenerateCommands "/usr/bin/notify-send -t 0 'D dmd compiled test release executable ready' 'doc-reform-dmd'"
}
#+END_SRC
-*** sdp-dmd-version
+*** doc-reform-dmd-version
#+BEGIN_SRC sh :tangle dub.sdl
-configuration "sdp-dmd-version" {
+configuration "doc-reform-dmd-version" {
name "dmd"
targetType "executable"
platforms "posix"
- targetName "sdp-dmd-ver"
- dflags "-J=views" "-I=src/sdp"
+ targetName "doc-reform-dmd-ver"
+ dflags "-J=views" "-I=src/doc_reform"
buildRequirements "allowWarnings"
buildOptions "verbose" "optimize" "inline" # "releaseMode"
}
#+END_SRC
-*** sdp-dmd-release
+*** doc-reform-dmd-release
#+BEGIN_SRC sh :tangle dub.sdl
-configuration "sdp-dmd-release" {
+configuration "doc-reform-dmd-release" {
name "dmd"
targetType "executable"
platforms "posix"
- targetName "sdp-dmd"
- dflags "-J=views" "-I=src/sdp"
+ targetName "doc-reform-dmd"
+ dflags "-J=views" "-I=src/doc_reform"
buildRequirements "allowWarnings"
buildOptions "verbose" "optimize" "inline" "releaseMode"
- postGenerateCommands "/usr/bin/notify-send -t 0 'D dmd compiled test release executable ready' 'sdp-dmd'"
+ postGenerateCommands "/usr/bin/notify-send -t 0 'D dmd compiled test release executable ready' 'doc-reform-dmd'"
}
#+END_SRC
-*** sdp-dmd-debug
+*** doc-reform-dmd-debug
#+BEGIN_SRC sh :tangle dub.sdl
-configuration "sdp-dmd-debug" {
+configuration "doc-reform-dmd-debug" {
name "debuging"
targetType "executable"
platforms "posix"
- targetName "sdp-dmd-debug"
- dflags "-g" "-J=views" "-I=src/sdp"
+ targetName "doc-reform-dmd-debug"
+ dflags "-J=views" "-I=src/doc_reform"
buildRequirements "allowWarnings"
buildOptions "verbose" "debugMode" "debugInfo" "optimize"
debugVersions "checkdoc" "summary"
debugVersions "dumpdoc"
- postGenerateCommands "/usr/bin/notify-send -t 0 'D (debug) executable ready' 'sdp-dmd-debug'"
+ postGenerateCommands "/usr/bin/notify-send -t 0 'D (debug) executable ready' 'doc-reform-dmd-debug'"
}
#+END_SRC
** ldc :ldc:
-*** sdp-ldc
+*** doc-reform-ldc
#+BEGIN_SRC sh :tangle dub.sdl
-configuration "sdp-ldc" {
+configuration "doc-reform-ldc" {
name "ldc"
targetType "executable"
platforms "posix"
- targetName "sdp-ldc"
- dflags "-O2" "-J=views" "-I=src/sdp"
+ targetName "doc-reform-ldc"
+ dflags "-O2" "-J=views" "-I=src/doc_reform"
buildRequirements "allowWarnings"
buildOptions "verbose" "optimize" "inline" # "releaseMode"
- postGenerateCommands "/usr/bin/notify-send -t 0 'D ldc2 compiled test release executable ready' 'sdp-ldc'"
+ postGenerateCommands "/usr/bin/notify-send -t 0 'D ldc2 compiled test release executable ready' 'doc-reform-ldc'"
}
#+END_SRC
-*** sdp-ldc-version
+*** doc-reform-ldc-version
#+BEGIN_SRC sh :tangle dub.sdl
-configuration "sdp-ldc-version" {
+configuration "doc-reform-ldc-version" {
name "ldc"
targetType "executable"
platforms "posix"
- targetName "sdp-ldc-ver"
- dflags "-O2" "-J=views" "-I=src/sdp"
+ targetName "doc-reform-ldc-ver"
+ dflags "-O2" "-J=views" "-I=src/doc_reform"
buildRequirements "allowWarnings"
buildOptions "verbose" "optimize" "inline" # "releaseMode"
}
#+END_SRC
-*** sdp-ldc-release
+*** doc-reform-ldc-release
#+BEGIN_SRC sh :tangle dub.sdl
-configuration "sdp-ldc-release" {
+configuration "doc-reform-ldc-release" {
name "ldc"
targetType "executable"
platforms "posix"
- targetName "sdp-ldc"
- dflags "-O2" "-J=views" "-I=src/sdp"
+ targetName "doc-reform-ldc"
+ dflags "-O2" "-J=views" "-I=src/doc_reform"
buildRequirements "allowWarnings"
buildOptions "verbose" "optimize" "inline" "releaseMode"
- postGenerateCommands "/usr/bin/notify-send -t 0 'D ldc2 compiled test release executable ready' 'sdp-ldc'"
+ postGenerateCommands "/usr/bin/notify-send -t 0 'D ldc2 compiled test release executable ready' 'doc-reform-ldc'"
}
#+END_SRC
-*** sdp-ldc-debug
+*** doc-reform-ldc-debug
#+BEGIN_SRC sh :tangle dub.sdl
-configuration "sdp-ldc-debug" {
+configuration "doc-reform-ldc-debug" {
name "debuging"
targetType "executable"
platforms "posix"
- targetName "sdp-ldc-debug"
- dflags "-g" "-J=views" "-I=src/sdp"
+ targetName "doc-reform-ldc-debug"
+ dflags "-J=views" "-I=src/doc_reform"
buildRequirements "allowWarnings"
buildOptions "verbose" "debugMode" "debugInfo" "optimize"
debugVersions "checkdoc" "summary"
- postGenerateCommands "/usr/bin/notify-send -t 0 'D (debug) executable ready' 'sdp-ldc-debug'"
+ postGenerateCommands "/usr/bin/notify-send -t 0 'D (debug) executable ready' 'doc-reform-ldc-debug'"
}
#+END_SRC
** gdc :gdc:
-*** sdp-gdc
+*** doc-reform-gdc
#+BEGIN_SRC sh :tangle dub.sdl
-configuration "sdp-gdc" {
+configuration "doc-reform-gdc" {
name "gdc"
targetType "executable"
platforms "posix"
- targetName "sdp-gdc"
- dflags "-O2" "-J=views" "-I=src/sdp"
+ targetName "doc-reform-gdc"
+ dflags "-O2" "-J=views" "-I=src/doc_reform"
lflags "-lz"
buildRequirements "allowWarnings"
- buildOptions "verbose" "optimize" "inline" # "releaseMode"
- postGenerateCommands "/usr/bin/notify-send -t 0 'D gdc compiled test release executable ready' 'sdp-gdc'"
+ buildOptions "optimize" "inline" # "releaseMode"
+ postGenerateCommands "/usr/bin/notify-send -t 0 'D gdc compiled test release executable ready' 'doc-reform-gdc'"
}
#+END_SRC
-*** sdp-gdc-version
+*** doc-reform-gdc-version
#+BEGIN_SRC sh :tangle dub.sdl
-configuration "sdp-gdc-version" {
+configuration "doc-reform-gdc-version" {
name "gdc"
targetType "executable"
platforms "posix"
- targetName "sdp-gdc-ver"
- dflags "-O2" "-J=views" "-I=src/sdp"
+ targetName "doc-reform-gdc-ver"
+ dflags "-O2" "-J=views" "-I=src/doc_reform"
lflags "-lz"
buildRequirements "allowWarnings"
buildOptions "verbose" "optimize" "inline" # "releaseMode"
}
#+END_SRC
-*** sdp-gdc-release
+*** doc-reform-gdc-release
#+BEGIN_SRC sh :tangle dub.sdl
-configuration "sdp-gdc-release" {
+configuration "doc-reform-gdc-release" {
name "gdc"
targetType "executable"
platforms "posix"
- targetName "sdp-gdc"
- dflags "-O2" "-J=views" "-I=src/sdp"
+ targetName "doc-reform-gdc"
+ dflags "-O2" "-J=views" "-I=src/doc_reform"
lflags "-lz"
buildRequirements "allowWarnings"
buildOptions "verbose" "optimize" "inline" "releaseMode"
- postGenerateCommands "/usr/bin/notify-send -t 0 'D gdc compiled test release executable ready' 'sdp-gdc'"
+ postGenerateCommands "/usr/bin/notify-send -t 0 'D gdc compiled test release executable ready' 'doc-reform-gdc'"
}
#+END_SRC
-*** sdp-gdc-debug
+*** doc-reform-gdc-debug
#+BEGIN_SRC sh :tangle dub.sdl
-configuration "sdp-gdc-debug" {
+configuration "doc-reform-gdc-debug" {
name "debuging"
targetType "executable"
platforms "posix"
- targetName "sdp-gdc-debug"
- dflags "-O2" "-fbuiltin" "-Wall" "-Werror" "-Wformat=2" "-g" "-J=views" "-I=src/sdp"
+ targetName "doc-reform-gdc-debug"
+ dflags "-O2" "-fbuiltin" "-Wall" "-Werror" "-Wformat=2" "-g" "-J=views" "-I=src/doc_reform"
lflags "-lz"
buildOptions "verbose" "debugMode" "debugInfo" "optimize"
debugVersions "checkdoc" "summary"
- postGenerateCommands "/usr/bin/notify-send -t 0 'D gdc compiled (debug with -g) executable ready' 'sdp-gdc-debug'"
+ postGenerateCommands "/usr/bin/notify-send -t 0 'D gdc compiled (debug with -g) executable ready' 'doc-reform-gdc-debug'"
}
#+END_SRC
@@ -1084,42 +1082,39 @@ http://mesonbuild.com/Dependencies.html#Dub
** * projects
#+BEGIN_SRC sh :tangle meson.build
-project('sdp', 'd',
+project('doc-reform', 'd',
license: 'GPL3',
version: '0.26.5',
meson_version: '>=0.46'
)
-#if meson.get_compiler('d').get_id() == 'gcc'
-# error('sdp cannot be compiled with GDC at time. Sorry.')
-#endif
-sdp_sources = [ 'src/sdp/sdp.d',
- 'src/sdp/conf/compile_time_info.d',
- 'src/sdp/meta/conf_make_meta_json.d',
- 'src/sdp/meta/conf_make_meta_structs.d',
- 'src/sdp/meta/conf_make_meta_toml.d',
- 'src/sdp/meta/defaults.d',
- 'src/sdp/meta/doc_debugs.d',
- 'src/sdp/meta/metadoc.d',
- 'src/sdp/meta/metadoc_from_src.d',
- 'src/sdp/meta/metadoc_summary.d',
- 'src/sdp/meta/object_setter.d',
- 'src/sdp/meta/package.d',
- 'src/sdp/meta/rgx.d',
- 'src/sdp/output/create_zip_file.d',
- 'src/sdp/output/defaults.d',
- 'src/sdp/output/epub3.d',
- 'src/sdp/output/html.d',
- 'src/sdp/output/hub.d',
- 'src/sdp/output/package.d',
- 'src/sdp/output/paths_output.d',
- 'src/sdp/output/rgx.d',
- 'src/sdp/output/source_sisupod.d',
- 'src/sdp/output/sqlite.d',
- 'src/sdp/output/xmls_css.d',
- 'src/sdp/output/xmls.d',
- 'src/sdp/source/paths_source.d',
- 'src/sdp/source/read_config_files.d',
- 'src/sdp/source/read_source_files.d',
+doc_reform_sources = [ 'src/doc_reform/doc_reform.d',
+ 'src/doc_reform/conf/compile_time_info.d',
+ 'src/doc_reform/meta/conf_make_meta_json.d',
+ 'src/doc_reform/meta/conf_make_meta_structs.d',
+ 'src/doc_reform/meta/conf_make_meta_toml.d',
+ 'src/doc_reform/meta/defaults.d',
+ 'src/doc_reform/meta/doc_debugs.d',
+ 'src/doc_reform/meta/metadoc.d',
+ 'src/doc_reform/meta/metadoc_from_src.d',
+ 'src/doc_reform/meta/metadoc_summary.d',
+ 'src/doc_reform/meta/object_setter.d',
+ 'src/doc_reform/meta/package.d',
+ 'src/doc_reform/meta/rgx.d',
+ 'src/doc_reform/output/create_zip_file.d',
+ 'src/doc_reform/output/defaults.d',
+ 'src/doc_reform/output/epub3.d',
+ 'src/doc_reform/output/html.d',
+ 'src/doc_reform/output/hub.d',
+ 'src/doc_reform/output/package.d',
+ 'src/doc_reform/output/paths_output.d',
+ 'src/doc_reform/output/rgx.d',
+ 'src/doc_reform/output/source_sisupod.d',
+ 'src/doc_reform/output/sqlite.d',
+ 'src/doc_reform/output/xmls_css.d',
+ 'src/doc_reform/output/xmls.d',
+ 'src/doc_reform/source/paths_source.d',
+ 'src/doc_reform/source/read_config_files.d',
+ 'src/doc_reform/source/read_source_files.d',
]
source_root = meson.source_root()
sources_dir = include_directories('src/')
@@ -1128,9 +1123,9 @@ dep_archive = dependency('archive', version: '>= 0.6.0', fallback:
dep_d2sqlite3 = dependency('d2sqlite3', version: '>= 0.16.2', fallback: ['d2sqlite3', 'd2sqlite3_dep'])
dep_imageformats = dependency('imageformats-d', version: '>= 7.0.0', fallback: ['imageformats-d', 'imageformats_dep'])
dep_toml = dependency('toml-d', version: '>= 1.0.0', fallback: ['toml-d', 'toml_dep'])
-# executable
-sdp_exe = executable('sdp',
- [sdp_sources],
+# Executable
+doc_reform_exe = executable('rad',
+ [doc_reform_sources],
include_directories : [sources_dir],
d_import_dirs: [include_directories('views')],
dependencies : [
@@ -1179,12 +1174,12 @@ toml
- https://github.com/ximion/toml.git
#+END_SRC
-*** toml-d
+*** archived
-#+BEGIN_SRC sh :tangle subprojects/toml-d.wrap
+#+BEGIN_SRC sh :tangle subprojects/archived.wrap
[wrap-git]
-directory = toml-d
-url = https://github.com/ximion/toml.git
+directory = archived
+url = https://github.com/ximion/archive.git
revision = head
#+END_SRC
@@ -1197,21 +1192,21 @@ url = https://github.com/ximion/d2sqlite3.git
revision = head
#+END_SRC
-*** archived
+*** imageformats-d
-#+BEGIN_SRC sh :tangle subprojects/archived.wrap
+#+BEGIN_SRC sh :tangle subprojects/imageformats-d.wrap
[wrap-git]
-directory = archived
-url = https://github.com/ximion/archive.git
+directory = imageformats-d
+url = https://github.com/ximion/imageformats.git
revision = head
#+END_SRC
-*** imageformats-d
+*** toml-d
-#+BEGIN_SRC sh :tangle subprojects/imageformats-d.wrap
+#+BEGIN_SRC sh :tangle subprojects/toml-d.wrap
[wrap-git]
-directory = imageformats-d
-url = https://github.com/ximion/imageformats.git
+directory = toml-d
+url = https://github.com/ximion/toml.git
revision = head
#+END_SRC
@@ -1234,8 +1229,8 @@ revision = head
!conf.sdl
!org
!src
-!src/sdp
-!src/sdp/*
+!src/doc_reform
+!src/doc_reform/*
!data
!data/*
!data/sisupod/**
@@ -1273,7 +1268,7 @@ tmp/**
* sh script to batch process _emacs org babel tangle_ :shell_script:tangle:
[[http://orgmode.org/manual/Batch-execution.html]]
creates a shell batch script called "tangle", that will tangle (emacs org
-babel tangle) org files in ./org/ to create .d source files in ./src/sdp/
+babel tangle) org files in ./org/ to create .d source files in ./src/doc_reform/
(similar functionality is contained within the "makefile" created by this
"maker.org" file make tangle)
@@ -1313,16 +1308,16 @@ dub build -h
#+END_SRC
#+BEGIN_SRC sh
-time (dub --compiler=dmd --config=sdp-dmd --debug=steps)
-time (dub --compiler=ldc2 --config=sdp-ldc --debug=steps)
-time (dub --compiler=gdc --config=sdp-gdc --debug=steps)
+time (dub --compiler=dmd --config=doc-reform-dmd --debug=steps)
+time (dub --compiler=ldc2 --config=doc-reform-ldc --debug=steps)
+time (dub --compiler=gdc --config=doc-reform-gdc --debug=steps)
-time (dub --compiler=ldc2 --config=sdp-ldc --debug=checkdoc --debug=summary --debug=dumpdoc)
-time (dub --compiler=ldc2 --config=sdp-ldc --debug=io)
-time (dub --compiler=ldc2 --config=sdp-ldc --debug=checkdoc --debug=summary --debug=dumpdoc --debug=io)
-time (dub --compiler=ldc2 --config=sdp-ldc-debug --debug=io)
-time (dub --compiler=gdc --config=sdp-gdc-debug --debug=io)
-time (dub --compiler=dmd --config=sdp-dmd-debug --debug=io)
+time (dub --compiler=ldc2 --config=doc-reform-ldc --debug=checkdoc --debug=summary --debug=dumpdoc)
+time (dub --compiler=ldc2 --config=doc-reform-ldc --debug=io)
+time (dub --compiler=ldc2 --config=doc-reform-ldc --debug=checkdoc --debug=summary --debug=dumpdoc --debug=io)
+time (dub --compiler=ldc2 --config=doc-reform-ldc-debug --debug=io)
+time (dub --compiler=gdc --config=doc-reform-gdc-debug --debug=io)
+time (dub --compiler=dmd --config=doc-reform-dmd-debug --debug=io)
#+END_SRC
*** make
@@ -1373,27 +1368,27 @@ git log --since="1 day ago" --name-only --pretty=format: | sort -u
** test run
*** e.g.
-time (./bin/sdp-ldc --source --html -v --output-dir=tmp/program-output data/sisupod/sisu-manual/media/text/en/sisu_markup.sst )
+time (./bin/doc-reform-ldc --source --html -v --output-dir=tmp/program-output data/sisupod/sisu-manual/media/text/en/sisu_markup.sst )
-time (./bin/sdp-ldc --source --html -v --output-dir=tmp/program-output data/sisupod/sisu-manual )
-time (./bin/sdp-ldc --source --html -v --output-dir=tmp/program-output data/sisupod/the_wealth_of_networks.yochai_benkler )
-time (./bin/sdp-ldc --source --html -v --output-dir=tmp/program-output data/sisupod/live-manual )
+time (./bin/doc-reform-ldc --source --html -v --output-dir=tmp/program-output data/sisupod/sisu-manual )
+time (./bin/doc-reform-ldc --source --html -v --output-dir=tmp/program-output data/sisupod/the_wealth_of_networks.yochai_benkler )
+time (./bin/doc-reform-ldc --source --html -v --output-dir=tmp/program-output data/sisupod/live-manual )
-time (~sdp2/bin/sdp-ldc --sisupod --source --html --epub --sqlite-create --sqlite-update -v sisudoc/media/text/en/sisu_markup_stress_test.sst sisudoc/media/text/en/the_wealth_of_networks.yochai_benkler.sst )
+time (~sdp2/bin/doc-reform-ldc --sisupod --source --html --epub --sqlite-create --sqlite-update -v sisudoc/media/text/en/sisu_markup_stress_test.sst sisudoc/media/text/en/the_wealth_of_networks.yochai_benkler.sst )
can point to directory containing sisudoc.txt file (listing which files to process)
-time (~sdp2/bin/sdp-ldc --html -v sisudoc)
+time (~sdp2/bin/doc-reform-ldc --html -v sisudoc)
# will process source files listed in sisudoc.txt for appropriate files and dir structure
e.g. live-manual a multilingual document (with source file inserts .ssi)
-time (~sdp2/bin/sdp-ldc --html --lang=en,es -v sisudoc)
+time (~sdp2/bin/doc-reform-ldc --html --lang=en,es -v sisudoc)
-time ( find data/sisupod -name sisupod.manifest | sort | xargs ./bin/sdp-ldc --source --html --epub -v --output-dir=tmp/program-output )
+time ( find data/sisupod -name sisupod.manifest | sort | xargs ./bin/doc-reform-ldc --source --html --epub -v --output-dir=tmp/program-output )
-time ( find data/sisupod -maxdepth 2 -name sisupod.manifest | sort | xargs ./bin/sdp-ldc --source --html --epub -v --output-dir=tmp/program-output )
-time ( find data/sisudir/media/text -name *.ss[tm] | sort | xargs ./bin/sdp-ldc --source --html --epub -v --output-dir=tmp/program-output )
+time ( find data/sisupod -maxdepth 2 -name sisupod.manifest | sort | xargs ./bin/doc-reform-ldc --source --html --epub -v --output-dir=tmp/program-output )
+time ( find data/sisudir/media/text -name *.ss[tm] | sort | xargs ./bin/doc-reform-ldc --source --html --epub -v --output-dir=tmp/program-output )
find data/sisupod -maxdepth 2 -name sisupod.manifest | sort | xargs
@@ -1442,7 +1437,7 @@ dub fetch taggedalgebraic
dub fetch libinputvisitor
dub fetch unit-threaded ?
-sdp ~master: /home/ralph/grotto/repo/git.repo/utils/sdp-x/
+sdp ~master: /home/ralph/grotto/repo/git.repo/utils/doc-reform-x/
/home/ralph/.dub/packages/*
**** build