upgrade:
	if [ -f ${DFO_BIN_DIR}/histoMonitor ] ; \
	then \
	chmod u+w ${DFO_BIN_DIR}/histoMonitor ; \
	fi
	mv histoMonitor ${DFO_BIN_DIR}

	if [ -f ${DFO_DOC_DIR}/histoMonitor.h ] ; \
	then \
	chmod u+w ${DFO_DOC_DIR}/histoMonitor.h ; \
	fi
	mv histoMonitor.h ${DFO_DOC_DIR}

	cp -p config.histoMonitor ${DFO_CONFIG_DIR}/template
	cp -p info.histoMonitor ${DFO_CONFIG_DIR}/template
	cp -p dates.histoMonitor ${DFO_CONFIG_DIR}
config:
	cp -p config.histoMonitor ${DFO_CONFIG_DIR}

