taler-www

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

commit c18ceb8ba0da10d71170617721d8b0ede568a87c
parent d7b0730512043e83a88fc9855ff45387ed6df26d
Author: Stefan Kügel <skuegel@web.de>
Date:   Thu,  8 Dec 2022 17:40:45 +0100

Updating the Makefile, starts python http server in /rendered/

Signed-off-by: Stefan Kügel <skuegel@web.de>

Diffstat:
MMakefile | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile @@ -2,7 +2,7 @@ include build-system/config.mk -# All: build HTML pages in all languages and compile the +# All: build HTML pages in all languages. .PHONY: all all: ./inc/update-messages @@ -10,8 +10,8 @@ all: .PHONY: run run: all - $(browser) http://0.0.0.0:8000/rendered/en & - $(python) -m http.server + $(browser) http://0.0.0.0:8000/en & + $(python) -m http.server --directory rendered/ variant = $(opt_variant)