From fbea748c39fdc346612e7b4f18d3518f55cc8424 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 7 May 2023 22:17:35 +0200 Subject: Fixes --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0472ee4..8dc9a8f 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,9 @@ all: push push: ssh git@tronto.net mkdir -p BIN FILES - scp post-receive-stagit git@tronto.net:BIN/ + scp post-receive-stagit copy-hook git@tronto.net:BIN/ scp bottom.html favicon.png logo.png style.css git@tronto.net:FILES/ + ssh git@tronto.net /home/git/BIN/copy-hook index: push ssh git@tronto.net /home/git/BIN/post-receive-stagit index -- cgit v1.3