summaryrefslogtreecommitdiff
path: root/Makefile.cvs
blob: 83d7686d9a464af106e29f3e1c34d65924d30976 (plain)
1
2
3
4
5
6
7
all:
	aclocal
	automake -a
	autoconf
	rm -r `find . -name CVS`
	@echo "The package is ready for being put in a tarball"
	@echo "To install it, you can type: ./configure; make; make install"