gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis-www] branch master updated: Updating the Makefile, star


From: gnunet
Subject: [taler-anastasis-www] branch master updated: Updating the Makefile, starts python http server in /rendered/
Date: Wed, 07 Dec 2022 23:30:14 +0100

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

skuegel pushed a commit to branch master
in repository anastasis-www.

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

commit 8082b44cc2459d4c8ed1d4c04580d95d19954ff0
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Wed Dec 7 23:29:23 2022 +0100

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

diff --git a/Makefile b/Makefile
index 3b89192..a3bd45c 100644
--- a/Makefile
+++ b/Makefile
@@ -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]