]> Creatis software - bbtk.git/commitdiff
*** empty log message ***
authorguigues <guigues>
Wed, 6 Feb 2008 08:49:19 +0000 (08:49 +0000)
committerguigues <guigues>
Wed, 6 Feb 2008 08:49:19 +0000 (08:49 +0000)
kernel/cmake/BBTKCreatePackageBBdoc.cmake
kernel/doc/bbtkWebSite/make-index.bbs.in
kernel/src/bbtkFactory.cxx
packages/std/bbs/boxes/bbPrependDataPath.bbs

index 65670f7ca0c64d10b3447bcf3674c933cd389202..1875260eb281edc4bf5136895d27c966629a4ae0 100644 (file)
@@ -14,6 +14,7 @@ MACRO(BBTK_CREATE_PACKAGE_BBDOC PACKAGE_NAME)
   FILE(APPEND 
     "${OUTPUT_FILE}"
     "#-----------------------------------------\n"
+    "exec freeze\n"
     "include ${PACKAGE_NAME}\n"
     "include ${PACKAGE_NAME}-appli\n"
     "#-----------------------------------------\n"
index aa15bc7937079d9c27d041ca381be9f94859d89f..20abbaf7504975c7bfa127d6bcdae97d371ccebb 100644 (file)
@@ -1,3 +1,4 @@
+exec freeze
 include *
 index @BBTK_INDEX_ALPHA_FILE@ Initials
 index @BBTK_INDEX_PACKAGES_FILE@ Packages
index fc029ffe30cd4b5148eca6364bcd196255bc4fd0..ce977c9b646d1bf2472d614efc3ca8e7a27677d3 100644 (file)
@@ -4,8 +4,8 @@ Program:   bbtk
 Module:    $RCSfile: bbtkFactory.cxx,v $
 Language:  C++
 
-Date:      $Date: 2008/02/05 13:23:46 $
-Version:   $Revision: 1.14 $
+Date:      $Date: 2008/02/06 08:49:19 $
+Version:   $Revision: 1.15 $
                                                                                 
 
 Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
@@ -222,10 +222,10 @@ namespace bbtk
         std::string separator =
         ConfigurationFile::GetInstance().Get_file_separator ();
         //BBTK_STRINGIFY_SYMBOL(BBTK_DOC_REL_PATH)
-        std::string docreldoc = separator + "packages" + separator + pkgname
-         + separator + "bbdoc" + separator + "index.html";
-        std::string reldoc = ".." + separator + ".." + separator
-         + ".." + docreldoc;
+        std::string docreldoc = 
+         separator + "bbdoc" + separator + pkgname + separator + "index.html";
+        std::string reldoc = 
+         ".." + separator + ".." + docreldoc;
         std::string doc = path + separator + ".." + separator
          + BBTK_STRINGIFY_SYMBOL(BBTK_DOC_REL_PATH)
          + docreldoc;
index e60b8a50c19def97aa8cea8250b80da60e8561b7..0cd920c71a829206a1c3b50e27178157d9149873 100755 (executable)
@@ -1,5 +1,5 @@
 load std
-define PrependDataPath
+define PrependDataPath std
   author "jpr@creatis.insa-lyon.fr"
   description "Prepends the input string file 'last name' with the default DataPath found in bbtk_config_xml"
   category "misc"