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

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

	cp -p config.renameProducts ${DFO_CONFIG_DIR}/template
config:
	cp -p config.renameProducts ${DFO_CONFIG_DIR}
