summaryrefslogtreecommitdiff
path: root/web/Makefile
blob: 558c396abdf03b4f9ba41e9b38b2e5a48bde0438 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
NANOC := nanoc

compile: 
	$(NANOC) compile

# Add the following to your .ssh/config file to use upload
#Host web.sourceforge.net
#     User <SF username>,ubertooth
upload: compile
	rsync --delete --exclude .svn -ave ssh output/* web.sourceforge.net:htdocs/

clean:
	rm -rf output tmp