
default:
	@echo maybe you want "make reset" or something?

reset: clean copy fill diffs

clean:
	rm -rf d[0-9][0-9] *sparql*20121108

copy:
	./copy-files-here

fill:
	./fill-in-pub-data

diffs:
	./gen-diffs

show:
	firefox d??/Overview.html

validate:
	firefox `cat .comma-validate`

css-validate:
	firefox `cat .comma-css-validate`

pubrules:
	firefox `cat .comma-pubrules`

mirror-check:
	./check-mirrors
	@#firefox `cat .comma-mirror`

local-checklinks:
	sh .checklinks
	ps t
	sleep 10
	ps t
	sleep 10
	ps t
	sleep 10
	ps t
	sleep 10
	ps t
	sleep 10
	ps t
	sleep 10
	ps t
	sleep 10
	ps t
	sleep 10
	ps t
	sleep 10
	ps t
	sleep 10
	ps t
	echo "I HOPE ITS DONE!"
	more d??/.checklinks.txt > checklinks.out	

remote-checklinks:
	firefox `cat .comma-checklinks`

install::
	./install
	@echo maybe do a "make commit" 

commit::
	(cd /home/sandro/TR/2012; cvs commit -mgenerated *sparql*20121108)

force-commit::
	(cd /home/sandro/TR/2012; cvs commit -f -mkicking-mirrors *sparql*20121108)

