taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit dd1244af547fa7f0dae8ffdf37c9d2c331686eb8
parent 70bbd6cc79f75f208fa88347186be0470adb797e
Author: Stefan Kügel <skuegel@web.de>
Date:   Fri,  9 Dec 2022 17:47:48 +0100

Removed superfluous INSTALL file.

Diffstat:
DINSTALL | 33---------------------------------
Mbuild-system/configure.py | 1-
2 files changed, 0 insertions(+), 34 deletions(-)

diff --git a/INSTALL b/INSTALL @@ -1,33 +0,0 @@ -Installation instructions -------------------------- - -For Debian: -=========== - -Simply install: - -# apt-install python3-ruamel.yaml python3-jinja2 python3-babel git - -Then invoke "bootstrap" and "configure". You must pass -"--prefix=$P" and "--variant=$V" for some values of -$P and $V to configure. The actual Web site -will be installed at $P/$V. - - -For NetBSD: -=========== - -Install python3.7, py37-babel, npm, nodejs from pkgsrc. - -Adjust the values in config.mk: - - PYTHON=python3.7 - BABEL=pybabel-3.7 - -make submodules/init -make submodules/update -make - -Use -env BROWSER=firefox make run -to run the website diff --git a/build-system/configure.py b/build-system/configure.py @@ -22,7 +22,6 @@ b.use(PosixTool("mkdir")) b.use(PosixTool("rm")) b.use(PosixTool("sh")) b.use(PosixTool("msgmerge")) -b.use(PosixTool("tsc")) b.use(PosixTool("git")) b.use(BrowserTool()) b.run()