From c18ceb8ba0da10d71170617721d8b0ede568a87c Mon Sep 17 00:00:00 2001 From: Stefan Kügel Date: Thu, 8 Dec 2022 17:40:45 +0100 Subject: Updating the Makefile, starts python http server in /rendered/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Kügel --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 3b891920..a19ad83a 100644 --- 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) -- cgit v1.2.3