aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 0472ee49a7e67f5b3966d1a2a5cba0d6ec53cce4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
all: push
	ssh git@tronto.net /home/git/BIN/post-receive-stagit all

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

clean:
	ssh git@tronto.net rm -r FILES/* BIN/*

.PHONY: all clean index push updateall

Generated with cgit - Back to sebastiano.tronto.net