summary refs log tree commit diff
path: root/Makefile
blob: 78f97247428469ebcf27229eaee83a311565dbf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
generate:
	mkdir -p 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/