aboutsummaryrefslogtreecommitdiffhomepage
path: root/maker.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2016-08-30 12:28:56 -0400
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:09 -0400
commit55bba8c290e1f5d1c4227b1b96c0e1932f3a8f55 (patch)
treef53584c994bfee21cf3dede8f546149c177467a9 /maker.org
parentorg mode version sync (diff)
minor cleaning
Diffstat (limited to 'maker.org')
-rw-r--r--maker.org16
1 files changed, 12 insertions, 4 deletions
diff --git a/maker.org b/maker.org
index 9984629..1975570 100644
--- a/maker.org
+++ b/maker.org
@@ -459,7 +459,7 @@ stringImportPaths "./views"
buildRequirements "allowWarnings"
#+END_SRC
-**** configuration generic :generic:
+**** configuration generic :generic:
#+BEGIN_SRC sh :tangle dub.sdl
configuration "sdp-release" {
name "release"
@@ -554,7 +554,9 @@ configuration "sdp-debug-ldc" {
targetName "sdp-debug-ldc"
debugVersions "checkdoc"
debugVersions "summary"
- debugVersions "dumpdoc"
+ #debugVersions "dumpdoc"
+ #debugVersions "bookindex"
+ #debugVersions "biblio"
buildOptions "debugMode" "debugInfo" "optimize"
postGenerateCommands "/usr/bin/notify-send -t 0 'D (debug) executable ready' 'sdp-debug-ldc'"
}
@@ -564,8 +566,12 @@ configuration "sdp-debug-ldc" {
#+BEGIN_SRC sh :tangle no
debugVersions "biblio"
- debugVersions "biblio_sorted"
+ debugVersions "biblio0"
+ debugVersions "bibliobuild"
+ debugVersions "biblioblock"
+ debugVersions "biblioblockinclude"
debugVersions "bibliosorted"
+ debugVersions "biblio_sorted"
debugVersions "block"
debugVersions "bookindex"
debugVersions "bookindexmatch"
@@ -574,6 +580,7 @@ configuration "sdp-debug-ldc" {
debugVersions "checkdoc"
debugVersions "code"
debugVersions "comment"
+ debugVersions "configfile"
debugVersions "dumpdoc"
debugVersions "endnotes"
debugVersions "endnotes_build"
@@ -586,6 +593,7 @@ configuration "sdp-debug-ldc" {
debugVersions "headerjson"
debugVersions "headermakejson"
debugVersions "headermetadatajson"
+ debugVersions "headersdlang"
debugVersions "heading"
debugVersions "headings"
debugVersions "headingsfound"
@@ -617,7 +625,7 @@ dflags platform="dmd" "-v --force -de -w -J./views -I./src/sdp -of./bin/s
dflags platform="dmd" "-O -release"
#buildOptions "-O -release"
-*** +dub.json+ :json:
+*** +dub.json+ :json:
**** +sdp+
#+BEGIN_SRC json :tangle no