From 55bba8c290e1f5d1c4227b1b96c0e1932f3a8f55 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 30 Aug 2016 12:28:56 -0400 Subject: minor cleaning --- maker.org | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'maker.org') 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 -- cgit v1.2.3