From 7c33ff61462a55cb115026133f84eb1925800c34 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 6 Nov 2021 17:58:03 +0000 Subject: [PATCH] print README url --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 39d6e72..7388793 100644 --- a/Makefile +++ b/Makefile @@ -60,9 +60,9 @@ PUBLISH_FILES= \ pubssh=c pubpath=games-rules/quacks -puburl=https://www.chiark.greenend.org.uk/~ijackson/README.html +puburl=https://www.chiark.greenend.org.uk/~ijackson/ publish: $(PUBLISH) git push origin rsync $^ $(pubssh):public-html/$(pubpath)/. - @echo $(puburl)$(pubpath)/ + @echo $(puburl)$(pubpath)/README.html -- 2.30.2