Skip to content
Snippets Groups Projects
Commit b4aec646 authored by juergen's avatar juergen
Browse files

optimised generating of README.html

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2530 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent 0351854c
No related branches found
No related tags found
No related merge requests found
......@@ -2,5 +2,6 @@ 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)
substitute(IN_FILE README.html.in OUT_FILE README.html
DICT ${SUBST_DIC})
add_subdirectory(win)
if(DEPLOYMENT)
get_ost_rev()
# get_ost_rev()
include(Deployment)
set(SUBST_DICT OST_VERSION="${OST_VERSION}")
add_custom_target(deployment ALL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment