summary refs log tree commit diff
path: root/Makefile
blob: 2af82063900426cfbcbd2e4c43679abae0bec9a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
generate:
	mkdir -p output
	cp favicon.ico output
	find pages -type f -name '*.cfg' -print0 | sort -zr | xargs -0 saait
	cp style.css print.css output/
	zip -r kronika.zip output
	mv kronika.zip output/kronika.zip

view:
	$(BROWSER) output/index.html

sync:
	rsync -av output/ hiltjo@cow:/home/www/domains/www.codemadness.org/htdocs/