aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: a226e5e7762f9bcd7b82affa280c072e201cb0af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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: clean index push updateall

Generated with cgit - Back to sebastiano.tronto.net