]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
updating with the main trunk version !!
authornadir <nadir>
Mon, 8 Dec 2003 14:23:20 +0000 (14:23 +0000)
committernadir <nadir>
Mon, 8 Dec 2003 14:23:20 +0000 (14:23 +0000)
INSTALL
bin/VERSION
cvs-tags
doc/html/INPUT/doxyfile
doc/html/Makefile.in

diff --git a/INSTALL b/INSTALL
index 41ea5bea4287a1bb9810352ffb460ffba18b09e5..4c8ea6667200ed7e86ee2dcf90592f71af5645dd 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-This is SMESH V1_3_0
+This is SMESH V1_3_1
 
 Compatible with :
        GEOM    V1_3_0
index 3fa3a679939f2cc1ae78dd47b15f1d716a236435..126a406d5ad0c052a6456366fa6a47e889f6be0f 100755 (executable)
@@ -1 +1,2 @@
-THIS IS SALOME PRO - SMESH VERSION: 1.2
+THIS IS SALOME - SMESH VERSION: 1.3.1
+
index a26df36798d78e73a13baa4dfaab74d5ad629010..ec96d5753ca54e0fe9ff61aa3715f47edd066c6e 100644 (file)
--- a/cvs-tags
+++ b/cvs-tags
@@ -7,3 +7,23 @@ V1_2_1:        ?
 V1_2_2:        2003-09-26 17:00
        New data structure in SMDS.
 
+nadir_1_2_2: 2003-10-06 12:50
+       Branch after V1_2_2. Developpement branch for user nadir
+
+merge_1_2_c__1_2_2: 2003-10-17 14:35
+       Branch after V1_2_2. Branch to merge Salome 1.2c. Initiated by Paul Rascle.
+
+MergeV1_2c-1: 2003-10-19 13:49
+       End of merge_1_2_c__1_2_2 branch. This branch is ready to be merge with the head.
+
+V1_3_0b1: 2003-11-12
+       First pre-release of 1.3.0. Include the merge of 1.2c branch.
+
+nadir_update_MED_v1_3_0: 2003-11-17 10:22
+       New branch for user nadir. Synchronization of API with MED 1.3.
+
+V1_3_0b2: 2003-11-18
+       Second pre-release of 1.3.0. Synchronization of API with MED 1.3.
+
+V1_3_0: 2003-11-25 08:52
+       Release 1.3.0.
index 195d2ce759c2c96ac2d8b26f8553477ce602968a..9e1e6eb0ea2be610fd449d419a173bc9c81079e6 100755 (executable)
@@ -3,7 +3,7 @@
 #---------------------------------------------------------------------------
 # General configuration options
 #---------------------------------------------------------------------------
-PROJECT_NAME           = "SALOME PRO - SMESH - v.1.2"
+PROJECT_NAME           = "SALOME - SMESH - v.1.3.0"
 PROJECT_NUMBER         = id#1.1
 OUTPUT_DIRECTORY       = ../
 OUTPUT_LANGUAGE        = English
@@ -99,11 +99,11 @@ GENERATE_HTMLHELP      = NO
 CHM_FILE               = 
 HHC_LOCATION           = 
 GENERATE_CHI           = NO
-BINARY_TOC             = NO
-TOC_EXPAND             = NO
-DISABLE_INDEX          = NO
+BINARY_TOC             = YES
+TOC_EXPAND             = YES
+DISABLE_INDEX          = YES
 ENUM_VALUES_PER_LINE   = 4
-GENERATE_TREEVIEW      = NO
+GENERATE_TREEVIEW      = YES
 TREEVIEW_WIDTH         = 250
 #---------------------------------------------------------------------------
 # configuration options related to the LaTeX output
index d52af489287cb31c7b5f21d1c987fabd89a47dc5..9a87b93abf7deb7f7f15005e1b55114fa5fcb84a 100644 (file)
@@ -6,6 +6,7 @@
 #
 # source path
 top_srcdir=@top_srcdir@
+root_srcdir=@ROOT_SRCDIR@
 top_builddir=../..
 srcdir=@srcdir@
 VPATH=.:@srcdir@
@@ -16,11 +17,11 @@ doxygen=@DOXYGEN@
 doc:
        cp -fr $(srcdir)/INPUT ./; \
        cd INPUT; \
-       sed 's|../../../share/salome|../$(top_srcdir)|' doxyfile > doxyfile1; \
+       sed 's|../../../share/salome|$(root_srcdir)|' doxyfile > doxyfile1; \
        mv -f doxyfile1 doxyfile; \
        $(doxygen) ./doxyfile; \
        cd ..; \
-       cp -f $(srcdir)/INPUT/sources/doxygen.css ./html/doxygen.css
+       cp -fr $(srcdir)/INPUT/sources/static/*.* ./html/
        cp -fr $(srcdir)/INPUT/sources/ html/
        cp -fr $(srcdir)/INPUT/HTML/  html/