From: Ian Jackson Date: Sat, 6 Nov 2021 17:58:03 +0000 (+0000) Subject: print README url X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7c33ff61462a55cb115026133f84eb1925800c34;p=quacks.git print README url --- 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