message("")
message(STATUS "${BoldGreen}Starting configuring of the doc material${ColourReset}")
message("")


###############
# install stuff

# The history file (the html-formatted file is loaded dynamically by the
# AboutDlg class and derived classes).
install(FILES history.odt history.html readme.txt COPYING
	DESTINATION ${MSXPERTSUITE_DOC_DIR})

message("")
message(STATUS "${BoldGreen}Finished configuring of the doc material${ColourReset}")
message("")

