GEOM = ../../..
include ${GEOM}/makefiles/Makedefs.global
include Makedefs
include ${GEOM}/makefiles/Makerules.src

install:	installdata


#
# We use ${GEOM}/.. below because it's relative to the "data"
# subdirectory of this directory.
#
installdata:
	cd data; \
	  ${INSTALL} -O -v -m 664 -F ${GEOM}/../data/geom \
		 flythrough_diagram.gv dodec.vect ; \
	  ${INSTALL} -O -v -m 664 -F ${GEOM}/../data/groups *.?.gv *.tlist
