From bf8297543935fbcf3e608d38246e5435b3afbc77 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Mon, 23 Jun 2025 22:41:02 +0200 Subject: Improve HTML generation --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4041406..4814667 100644 --- a/Makefile +++ b/Makefile @@ -3,10 +3,10 @@ build: ./build.sh ./genrss.sh > feed.xml -# Launch a local web server. +# Launch a local web server for validation. server: yaegi -e 'http.ListenAndServe(":8080", http.FileServer(http.Dir(".")))' -# Publish on github pages. +# Publish on my smartphone g7p publish: - git push + rsync -av --exclude=.git . g7p:www/dot.vertes.org/ -- cgit v1.2.3