# There's nothing to `make' here, it's just a Perl script.
# But it is convenient to run the test suite from top-level, and take
# care of the installation common case, web site bureaucracy, etc.

default: test

install:
	cp cvs2cl.pl /usr/local/bin/cvs2cl.pl
	chmod a+x /usr/local/bin/cvs2cl.pl

ChangeLog: log
changelog: log
log:
	./cvs2cl.pl --accum -r -t --fsf -S

web: www

www:
	./make-samples.sh
	./cvs2cl.pl --help > cvs2cl-usage.txt


test:
	@make --silent -C tests
	@echo "Iff this is the only line of output, then all tests passed."
