#
#
#  This Makefile really doesn't have to do anything
#  other than install files in the proper place.
#

RESULTSDIR = /usr/share/doc/acovea/results

all:

install:
	cp -r 4.0.0 $(DESTDIR)/$(RESULTSDIR)

clean:


