aboutsummaryrefslogtreecommitdiff
path: root/build-system
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-05-07 13:50:26 +0200
committerFlorian Dold <florian@dold.me>2021-05-07 13:50:26 +0200
commitb3dd9489f04385fff095a85de658ab746574d23b (patch)
tree3e2cbe605f8c6ed9d73aa86e6b31e2021e8f70b1 /build-system
parent8a4a175424109088884be1c4785a2eb793323b29 (diff)
downloadwww-b3dd9489f04385fff095a85de658ab746574d23b.tar.gz
www-b3dd9489f04385fff095a85de658ab746574d23b.zip
restructure to work with current site generator
Diffstat (limited to 'build-system')
-rw-r--r--build-system/configure.py6
m---------build-system/taler-build-scripts0
2 files changed, 5 insertions, 1 deletions
diff --git a/build-system/configure.py b/build-system/configure.py
index a4bdde50..60aa96cd 100644
--- a/build-system/configure.py
+++ b/build-system/configure.py
@@ -4,8 +4,12 @@ from talerbuildconfig import *
4 4
5b = BuildConfig() 5b = BuildConfig()
6b.enable_prefix() 6b.enable_prefix()
7b.enable_variant()
8b.enable_configmk() 7b.enable_configmk()
8b.use(Option("variant", "Variant (used as output directory)"))
9
10# Base URL for the site. Per default, the URL is the protocol-relative
11# root path.
12b.use(Option("baseurl", "Base URL that the site will run on", default="//", required=False))
9b.add_tool(PythonTool()) 13b.add_tool(PythonTool())
10b.add_tool(PyBabelTool()) 14b.add_tool(PyBabelTool())
11b.add_tool(PosixTool("cp")) 15b.add_tool(PosixTool("cp"))
diff --git a/build-system/taler-build-scripts b/build-system/taler-build-scripts
Subproject e08ea37979dcc17ac8e0987251771d771503cb5 Subproject 5fb2f811026bbe7152ed59b712248048853eb0f