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

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

	cp -p config.autoDaily ${DFO_CONFIG_DIR}/template

config:
	cp -p config.autoDaily ${DFO_CONFIG_DIR}

