PROJECT=cvsreport
CVSROOT=:pserver:anonymous@cvs.gna.org:/var/cvs/$(PROJECT)


default:
	@echo "Generating report, this may take a while depending on your bandwidth."
	../cvsreport -a -d$(CVSROOT) -l -f '2003-07-12 00:00 UTC' -n5 -c example.conf

repository: $(PROJECT)
	cvs -d$(CVSROOT) co test

clean:
	rm -f example.txt example.html
