diff options
Diffstat (limited to 'dub.sdl')
| -rw-r--r-- | dub.sdl | 4 | 
1 files changed, 3 insertions, 1 deletions
@@ -8,6 +8,8 @@ targetPath        "./bin"  #sourcePath        "./src/sdp"  stringImportPaths "./views"  buildRequirements "allowWarnings" +dependency        "toml"      version="~>0.4.0-rc.2" +dependency        "toml:json" version="~>0.4.0-rc.2" # if not possible to parse toml directly go through json  dependency        "sdlang-d"  version="~>0.10.1"  dependency        "d2sqlite3" version="~>0.13.1"  # https://code.dlang.org/packages/d2sqlite3  http://biozic.github.io/d2sqlite3/d2sqlite3.html  subconfiguration  "d2sqlite3" "all-included" @@ -174,7 +176,7 @@ configuration "sdp-ldc-debug" {    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 "time (./bin/sdp-ldc-debug --source --html --epub -v --output-dir=tmp/program-output data/sisupod/sisu-manual )" "/usr/bin/notify-send -t 0 'D (debug) executable ready' 'sdp-ldc-debug'"  }  configuration "sdp-ldc-debug-version" {    name                 "debuging"  | 
