

all:
	@echo "EPrints does not need to be compiled. Nothing to do. "
	@echo "To install, use: make install"

install:
	./install.pl $(DESTDIR)
