# from build tree root or install tree root
# (different on win/lin)
IF(WIN32)
- SET(BBTK_SHARE_REL_PATH)
+ SET(BBTK_SHARE_REL_PATH / )
SET(BBTK_DOC_REL_PATH doc)
SET(BBTK_BBS_REL_PATH bbs)
# SET(BBTK_RSC_REL_PATH rsc)
# Recurse it bbtkWebSite dir
SUBDIRS(bbtkWebSite)
-
INSTALL(
- DIRECTORY ${BBTK_BINARY_DIR}/doc
- DESTINATION /
+ DIRECTORY ${BBTK_BINARY_DIR}/${BBTK_DOC_REL_PATH}
+ DESTINATION ${BBTK_SHARE_REL_PATH}
)
INSTALL(
- DIRECTORY ${BBTK_BINARY_DIR}/bbs
- DESTINATION /
+ DIRECTORY ${BBTK_BINARY_DIR}/${BBTK_BBS_REL_PATH}
+ DESTINATION ${BBTK_SHARE_REL_PATH}
)
+
ENDIF(BUILD_bbtk_DOC)
#-----------------------------------------------------------------------------
Program: bbtk
Module: $RCSfile: bbtkConfigurationFile.cxx,v $
Language: C++
- Date: $Date: 2008/02/21 09:37:23 $
- Version: $Revision: 1.10 $
+ Date: $Date: 2008/02/22 17:36:42 $
+ Version: $Revision: 1.11 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See doc/license.txt or
mInstall_path = mBin_path + mFile_separator + "..";
// The relative path to the doc folder (=BBTK_DOC_REL_PATH)
mDoc_rel_path = BBTK_STRINGIFY_SYMBOL(BBTK_DOC_REL_PATH);
- mDoc_rel_path = BBTK_STRINGIFY_SYMBOL(doc);
+//EED mDoc_rel_path = BBTK_STRINGIFY_SYMBOL(doc);
// The path to the doc folder (=mInstall_path+"/"+mDoc_rel_path)
mDoc_path = mInstall_path + mFile_separator + mDoc_rel_path;
// The relative path to the doc folder (=BBTK_BBS_REL_PATH)