From 03a68c82408cda204df37a05909fb841a5e9137f Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 20 Nov 2022 23:46:57 +0100 Subject: Some updates --- Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 68fff76..a226e5e 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,15 @@ push: ssh git@tronto.net mkdir -p BIN FILES - scp post-receive-stagit update-all git@tronto.net:BIN/ + scp post-receive-stagit git@tronto.net:BIN/ scp bottom.html favicon.png logo.png style.css git@tronto.net:FILES/ +index: push + ssh git@tronto.net /home/git/BIN/post-receive-stagit index + +updateall: push + ssh git@tronto.net /home/git/BIN/post-receive-stagit all + clean: ssh git@tronto.net rm -r FILES/* BIN/* -.PHONY: clean push +.PHONY: clean index push updateall -- cgit v1.3