summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2025-06-23 22:41:02 +0200
committerMarc Vertes <mvertes@free.fr>2025-06-23 22:41:02 +0200
commitbf8297543935fbcf3e608d38246e5435b3afbc77 (patch)
treead266e90674aa704eb2dba87361964e49413739c /Makefile
parent0b09eab4f26d3fdb4f210156640be6e8dfcc238f (diff)
Improve HTML generation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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/