aboutsummaryrefslogtreecommitdiffhomepage
path: root/dub.sdl
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 /dub.sdl
parent0.8.3 (if exists) get site config & output path (diff)
0.9.0 spine (doc-reform renamed)
Diffstat (limited to 'dub.sdl')
-rw-r--r--dub.sdl30
1 files changed, 15 insertions, 15 deletions
diff --git a/dub.sdl b/dub.sdl
index b6da885..92a2730 100644
--- a/dub.sdl
+++ b/dub.sdl
@@ -1,4 +1,4 @@
-name "doc-reform"
+name "spine"
description "sisu document parser"
homepage "http://sisudoc.org"
authors "Ralph Amissah"
@@ -16,12 +16,12 @@ dependency "imageformats" version="~>7.0.1" # https://code.dlan
dependency "dyaml" version="~>0.8.0"
dependency "tinyendian" version="~>0.2.0" // for dyaml
configuration "default" {
- targetName "doc-reform"
- postGenerateCommands "/usr/bin/notify-send -t 0 'D executable ready' 'doc-reform'"
+ targetName "spine"
+ postGenerateCommands "/usr/bin/notify-send -t 0 'D executable ready' 'spine'"
}
configuration "dmd" {
- targetName "doc-reform-dmd"
- postGenerateCommands "/usr/bin/notify-send -t 0 'D executable ready' 'doc-reform-dmd'"
+ targetName "spine-dmd"
+ postGenerateCommands "/usr/bin/notify-send -t 0 'D executable ready' 'spine-dmd'"
}
buildType "dmd" {
dflags "-J=views" "-I=src/doc_reform"
@@ -35,12 +35,12 @@ buildType "dmd-release" {
configuration "dmd-version" {
dflags "-J=views" "-I=src/doc_reform"
buildOptions "verbose" "releaseMode" "optimize" "inline"
- targetName "doc-reform-dmd-ver"
- postGenerateCommands "/usr/bin/notify-send -t 0 'D executable ready' 'doc-reform-dmd-ver'"
+ targetName "spine-dmd-ver"
+ postGenerateCommands "/usr/bin/notify-send -t 0 'D executable ready' 'spine-dmd-ver'"
}
configuration "ldc" {
- targetName "doc-reform-ldc"
- postGenerateCommands "/usr/bin/notify-send -t 0 'D executable ready' 'doc-reform-ldc'"
+ targetName "spine-ldc"
+ postGenerateCommands "/usr/bin/notify-send -t 0 'D executable ready' 'spine-ldc'"
}
buildType "ldc" {
dflags "-O2" "-J=views" "-I=src/doc_reform"
@@ -54,12 +54,12 @@ buildType "ldc-release" {
configuration "ldc-version" {
dflags "-O2" "-J=views" "-I=src/doc_reform"
buildOptions "verbose" "optimize" "inline" "releaseMode"
- targetName "doc-reform-ldc-ver"
- postGenerateCommands "/usr/bin/notify-send -t 0 'D executable ready' 'doc-reform-ldc-ver'"
+ targetName "spine-ldc-ver"
+ postGenerateCommands "/usr/bin/notify-send -t 0 'D executable ready' 'spine-ldc-ver'"
}
configuration "gdc" {
- targetName "doc-reform-gdc"
- postGenerateCommands "/usr/bin/notify-send -t 0 'D executable ready' 'doc-reform-gdc'"
+ targetName "spine-gdc"
+ postGenerateCommands "/usr/bin/notify-send -t 0 'D executable ready' 'spine-gdc'"
}
buildType "gdc" {
dflags "-O2" "-J=views" "-I=src/doc_reform"
@@ -76,6 +76,6 @@ configuration "gdc-version" {
dflags "-O2" "-J=views" "-I=src/doc_reform"
lflags "-lz"
buildOptions "verbose" "optimize" "inline" "releaseMode"
- targetName "doc-reform-gdc-ver"
- postGenerateCommands "/usr/bin/notify-send -t 0 'D executable ready' 'doc-reform-gdc-ver'"
+ targetName "spine-gdc-ver"
+ postGenerateCommands "/usr/bin/notify-send -t 0 'D executable ready' 'spine-gdc-ver'"
}