gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-www] branch master updated: Updating the Makefile, starts python


From: gnunet
Subject: [taler-www] branch master updated: Updating the Makefile, starts python http server in /rendered/
Date: Thu, 08 Dec 2022 17:41:13 +0100

This is an automated email from the git hooks/post-receive script.

skuegel pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new c18ceb8  Updating the Makefile, starts python http server in /rendered/
c18ceb8 is described below

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

    Updating the Makefile, starts python http server in /rendered/
    
    Signed-off-by: Stefan Kügel <skuegel@web.de>
---
 Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 3b89192..a19ad83 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)
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]