mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-06 01:34:18 +05:00
updating with the main trunk version !!
This commit is contained in:
parent
0ef0e90bf8
commit
253e7b1764
2
INSTALL
2
INSTALL
@ -1,4 +1,4 @@
|
|||||||
This is SMESH V1_3_0
|
This is SMESH V1_3_1
|
||||||
|
|
||||||
Compatible with :
|
Compatible with :
|
||||||
GEOM V1_3_0
|
GEOM V1_3_0
|
||||||
|
@ -1 +1,2 @@
|
|||||||
THIS IS SALOME PRO - SMESH VERSION: 1.2
|
THIS IS SALOME - SMESH VERSION: 1.3.1
|
||||||
|
|
||||||
|
20
cvs-tags
20
cvs-tags
@ -7,3 +7,23 @@ V1_2_1: ?
|
|||||||
V1_2_2: 2003-09-26 17:00
|
V1_2_2: 2003-09-26 17:00
|
||||||
New data structure in SMDS.
|
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.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# General configuration options
|
# General configuration options
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
PROJECT_NAME = "SALOME PRO - SMESH - v.1.2"
|
PROJECT_NAME = "SALOME - SMESH - v.1.3.0"
|
||||||
PROJECT_NUMBER = id#1.1
|
PROJECT_NUMBER = id#1.1
|
||||||
OUTPUT_DIRECTORY = ../
|
OUTPUT_DIRECTORY = ../
|
||||||
OUTPUT_LANGUAGE = English
|
OUTPUT_LANGUAGE = English
|
||||||
@ -99,11 +99,11 @@ GENERATE_HTMLHELP = NO
|
|||||||
CHM_FILE =
|
CHM_FILE =
|
||||||
HHC_LOCATION =
|
HHC_LOCATION =
|
||||||
GENERATE_CHI = NO
|
GENERATE_CHI = NO
|
||||||
BINARY_TOC = NO
|
BINARY_TOC = YES
|
||||||
TOC_EXPAND = NO
|
TOC_EXPAND = YES
|
||||||
DISABLE_INDEX = NO
|
DISABLE_INDEX = YES
|
||||||
ENUM_VALUES_PER_LINE = 4
|
ENUM_VALUES_PER_LINE = 4
|
||||||
GENERATE_TREEVIEW = NO
|
GENERATE_TREEVIEW = YES
|
||||||
TREEVIEW_WIDTH = 250
|
TREEVIEW_WIDTH = 250
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# configuration options related to the LaTeX output
|
# configuration options related to the LaTeX output
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
#
|
#
|
||||||
# source path
|
# source path
|
||||||
top_srcdir=@top_srcdir@
|
top_srcdir=@top_srcdir@
|
||||||
|
root_srcdir=@ROOT_SRCDIR@
|
||||||
top_builddir=../..
|
top_builddir=../..
|
||||||
srcdir=@srcdir@
|
srcdir=@srcdir@
|
||||||
VPATH=.:@srcdir@
|
VPATH=.:@srcdir@
|
||||||
@ -16,11 +17,11 @@ doxygen=@DOXYGEN@
|
|||||||
doc:
|
doc:
|
||||||
cp -fr $(srcdir)/INPUT ./; \
|
cp -fr $(srcdir)/INPUT ./; \
|
||||||
cd INPUT; \
|
cd INPUT; \
|
||||||
sed 's|../../../share/salome|../$(top_srcdir)|' doxyfile > doxyfile1; \
|
sed 's|../../../share/salome|$(root_srcdir)|' doxyfile > doxyfile1; \
|
||||||
mv -f doxyfile1 doxyfile; \
|
mv -f doxyfile1 doxyfile; \
|
||||||
$(doxygen) ./doxyfile; \
|
$(doxygen) ./doxyfile; \
|
||||||
cd ..; \
|
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/sources/ html/
|
||||||
cp -fr $(srcdir)/INPUT/HTML/ html/
|
cp -fr $(srcdir)/INPUT/HTML/ html/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user