aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 1855016e06b914ec2d74ea4b1b5658d50639668f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
all: updateall index

push:
	ssh git@tronto.net mkdir -p BIN FILES
	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: all clean index push updateall

Generated with cgit - Back to sebastiano.tronto.net