diff --git a/deployment/CMakeLists.txt b/deployment/CMakeLists.txt index eb3285eb9703f657c984face278d3e7bc016c113..2431eab1c421566e96beab0c6ddb8c4f11f668c6 100644 --- a/deployment/CMakeLists.txt +++ b/deployment/CMakeLists.txt @@ -1 +1,6 @@ -add_subdirectory(win) \ No newline at end of file +get_ost_rev() +include(Deployment) +set(SUBST_DIC OST_VERSION="${OST_VERSION}") +add_custom_target(deploymnt ALL) +script(NAME README.html INPUT README.html.in SUBSTITUTE ${SUBST_DIC} TARGET deploymnt) +add_subdirectory(win) diff --git a/deployment/README.html.in b/deployment/README.html.in new file mode 100644 index 0000000000000000000000000000000000000000..864ff6e750d30cfd5f2adb4fc2196b0de992e5d0 --- /dev/null +++ b/deployment/README.html.in @@ -0,0 +1,51 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> + +<head> +<title>Protein Model Portal - PSI SGKB</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<meta name="robots" content="noarchive" /> +<meta http-equiv="Content-Style-Type" content="text/css" /> +<link rel="icon" href="share/favicon.ico" type="image/x-icon" /> +<link rel="author" title="The OpenStructure Team" href="?pid=contact" /> +</head> +<body> +<p style="color:gray"> + +-----------------------------README----------------------------------------<br/> + This file is part of the OpenStructure project <www.openstructure.org><br/> +<br/> + Copyright (C) 2008-2010 by the OpenStructure authors<br/> +<br/> + This library is free software; you can redistribute it and/or modify it under<br/> + the terms of the GNU Lesser General Public License as published by the Free<br/> + Software Foundation; either version 3.0 of the License, or (at your option)<br/> + any later version.<br/> + This library is distributed in the hope that it will be useful, but WITHOUT<br/> + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS<br/> + FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more<br/> + details.<br/> +<br/> + You should have received a copy of the GNU Lesser General Public License<br/> + along with this library; if not, write to the Free Software Foundation, Inc.,<br/> + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA<br/> +------------------------------------------------------------------------------<br/> +</p> +<br/> +Thank you for using OpenStructure!<br/> +<br/> +This is the current Version of OpenStructure.<br/> +Version: @OST_VERSION@<br/> +<br/> +This is a major release containig many bugfixes and improvements considering rendering, GUI and further <br/> +functionality.<br/> +<br/> +For feedback or suggestions please contact us at <a href="http://www.openstructure.org">www.openstructure.org!</a><br/> +<br/> +<br/> +The OpenStructure Authors<br/> + +</body> diff --git a/deployment/win/exclude_file_types b/deployment/win/exclude_file_types index edc2877feabdde21ded048a283378b655e99e069..2ef73e4f551bffe1190f5eb9902bc69e7ec7a9a4 100644 --- a/deployment/win/exclude_file_types +++ b/deployment/win/exclude_file_types @@ -3,4 +3,5 @@ .pyc .idb dokk -harmony \ No newline at end of file +harmony +README