diff --git a/.gitignore b/.gitignore
index 2b9fe9076..d523fba4e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,8 +5,8 @@ __pycache__
core.*
setup.cfg
Dist
-web/doc/Examples
-web/Download
+docs/doc/Examples
+docs/Download
Cassiopee/KCore/merge.l
Cassiopee/XCore/merge.l
Cassiopee/KCore/buildInfo.py
diff --git a/Cassiopee/CPlot/doc/install b/Cassiopee/CPlot/doc/install
index 656bf8ab1..3f79024fb 100755
--- a/Cassiopee/CPlot/doc/install
+++ b/Cassiopee/CPlot/doc/install
@@ -19,14 +19,14 @@ elif ([ $# -eq 2 ])
then
PRODUCTION=1
# Destination docs
- DEST="$CASSIOPEE/web/doc"
+ DEST="$CASSIOPEE/docs/doc"
# Destination tests unitaires
DEST2="$DEST/Examples/CPlot"
# Destination des release notes
- DEST3="$CASSIOPEE/web/Download"
+ DEST3="$CASSIOPEE/docs/Download"
else
echo 'install: install locally'
- echo 'install 1 2: install in web/doc.'
+ echo 'install 1 2: install in docs/doc.'
exit
fi
diff --git a/Cassiopee/CPlot/doc/source/conf.py b/Cassiopee/CPlot/doc/source/conf.py
index ccd502612..280628465 100644
--- a/Cassiopee/CPlot/doc/source/conf.py
+++ b/Cassiopee/CPlot/doc/source/conf.py
@@ -222,7 +222,7 @@
# The name of an image file (relative to this directory) to place at the top of
# the title page.
-latex_logo = "../../../../web/Images/logo-onera-ident.png"
+latex_logo = "../../../../docs/Images/logo-onera-ident.png"
# For "manual" documents, if this is true, then toplevel headings are parts,
# not chapters.
diff --git a/Cassiopee/Compressor/doc/install b/Cassiopee/Compressor/doc/install
index 3d08e91fa..9e9be8a39 100755
--- a/Cassiopee/Compressor/doc/install
+++ b/Cassiopee/Compressor/doc/install
@@ -18,14 +18,14 @@ elif ([ $# -eq 2 ])
then
PRODUCTION=1
# Destination docs
- DEST="$CASSIOPEE/web/doc"
+ DEST="$CASSIOPEE/docs/doc"
# Destination tests unitaires
DEST2="$DEST/Examples/Compressor"
# Destination des release notes
- DEST3="$CASSIOPEE/web/Download"
+ DEST3="$CASSIOPEE/docs/Download"
else
echo 'install: install locally'
- echo 'install 1 2: install in web/doc.'
+ echo 'install 1 2: install in docs/doc.'
exit
fi
diff --git a/Cassiopee/Compressor/doc/source/conf.py b/Cassiopee/Compressor/doc/source/conf.py
index 176a3106c..de50b5058 100644
--- a/Cassiopee/Compressor/doc/source/conf.py
+++ b/Cassiopee/Compressor/doc/source/conf.py
@@ -227,7 +227,7 @@
# The name of an image file (relative to this directory) to place at the top of
# the title page.
-latex_logo = "../../../../web/Images/logo-onera-ident.png"
+latex_logo = "../../../../docs/Images/logo-onera-ident.png"
# For "manual" documents, if this is true, then toplevel headings are parts,
# not chapters.
diff --git a/Cassiopee/Connector/doc/install b/Cassiopee/Connector/doc/install
index f6f6bea7e..34140cf2a 100755
--- a/Cassiopee/Connector/doc/install
+++ b/Cassiopee/Connector/doc/install
@@ -19,14 +19,14 @@ elif ([ $# -eq 2 ])
then
PRODUCTION=1
# Destination docs
- DEST="$CASSIOPEE/web/doc"
+ DEST="$CASSIOPEE/docs/doc"
# Destination tests unitaires
DEST2="$DEST/Examples/Connector"
# Destination des release notes
- DEST3="$CASSIOPEE/web/Download"
+ DEST3="$CASSIOPEE/docs/Download"
else
echo 'install: install locally'
- echo 'install 1 2: install in web/doc.'
+ echo 'install 1 2: install in docs/doc.'
exit
fi
diff --git a/Cassiopee/Connector/doc/source/conf.py b/Cassiopee/Connector/doc/source/conf.py
index 2d23091ee..e144df711 100644
--- a/Cassiopee/Connector/doc/source/conf.py
+++ b/Cassiopee/Connector/doc/source/conf.py
@@ -219,7 +219,7 @@
# The name of an image file (relative to this directory) to place at the top of
# the title page.
-latex_logo = "../../../../web/Images/logo-onera-ident.png"
+latex_logo = "../../../../docs/Images/logo-onera-ident.png"
# For "manual" documents, if this is true, then toplevel headings are parts,
# not chapters.
diff --git a/Cassiopee/Converter/doc/install b/Cassiopee/Converter/doc/install
index c56f26ef3..fdfc1aec5 100755
--- a/Cassiopee/Converter/doc/install
+++ b/Cassiopee/Converter/doc/install
@@ -19,14 +19,14 @@ elif ([ $# -eq 2 ])
then
PRODUCTION=1
# Destination docs
- DEST="$CASSIOPEE/web/doc"
+ DEST="$CASSIOPEE/docs/doc"
# Destination tests unitaires
DEST2="$DEST/Examples/Converter"
# Destination des release notes
- DEST3="$CASSIOPEE/web/Download"
+ DEST3="$CASSIOPEE/docs/Download"
else
echo 'install: install locally'
- echo 'install 1 2: install in web/doc.'
+ echo 'install 1 2: install in docs/doc.'
exit
fi
diff --git a/Cassiopee/Converter/doc/source/conf.py b/Cassiopee/Converter/doc/source/conf.py
index a5e722fa4..3fa9b8f18 100644
--- a/Cassiopee/Converter/doc/source/conf.py
+++ b/Cassiopee/Converter/doc/source/conf.py
@@ -225,7 +225,7 @@
# The name of an image file (relative to this directory) to place at the top of
# the title page.
-latex_logo = "../../../../web/Images/logo-onera-ident.png"
+latex_logo = "../../../../docs/Images/logo-onera-ident.png"
# For "manual" documents, if this is true, then toplevel headings are parts,
# not chapters.
diff --git a/Cassiopee/Dist2Walls/doc/install b/Cassiopee/Dist2Walls/doc/install
index 0bf79da15..d490bcf7e 100755
--- a/Cassiopee/Dist2Walls/doc/install
+++ b/Cassiopee/Dist2Walls/doc/install
@@ -19,14 +19,14 @@ elif ([ $# -eq 2 ])
then
PRODUCTION=1
# Destination docs
- DEST="$CASSIOPEE/web/doc"
+ DEST="$CASSIOPEE/docs/doc"
# Destination tests unitaires
DEST2="$DEST/Examples/Dist2Walls"
# Destination des release notes
- DEST3="$CASSIOPEE/web/Download"
+ DEST3="$CASSIOPEE/docs/Download"
else
echo 'install: install locally'
- echo 'install 1 2: install in web/doc.'
+ echo 'install 1 2: install in docs/doc.'
exit
fi
diff --git a/Cassiopee/Dist2Walls/doc/source/conf.py b/Cassiopee/Dist2Walls/doc/source/conf.py
index 0d1989b52..55b470773 100644
--- a/Cassiopee/Dist2Walls/doc/source/conf.py
+++ b/Cassiopee/Dist2Walls/doc/source/conf.py
@@ -212,7 +212,7 @@
# The name of an image file (relative to this directory) to place at the top of
# the title page.
-latex_logo = "../../../../web/Images/logo-onera-ident.png"
+latex_logo = "../../../../docs/Images/logo-onera-ident.png"
# For "manual" documents, if this is true, then toplevel headings are parts,
# not chapters.
diff --git a/Cassiopee/Distributor2/doc/install b/Cassiopee/Distributor2/doc/install
index 602f9c62b..ca0a346a6 100644
--- a/Cassiopee/Distributor2/doc/install
+++ b/Cassiopee/Distributor2/doc/install
@@ -19,14 +19,14 @@ elif ([ $# -eq 2 ])
then
PRODUCTION=1
# Destination docs
- DEST="$CASSIOPEE/web/doc"
+ DEST="$CASSIOPEE/docs/doc"
# Destination tests unitaires
DEST2="$DEST/Examples/Distributor2"
# Destination des release notes
- DEST3="$CASSIOPEE/web/Download"
+ DEST3="$CASSIOPEE/docs/Download"
else
echo 'install: install locally'
- echo 'install 1 2: install in web/doc.'
+ echo 'install 1 2: install in docs/doc.'
exit
fi
diff --git a/Cassiopee/Distributor2/doc/source/conf.py b/Cassiopee/Distributor2/doc/source/conf.py
index eb3fe814f..87a8e5c8b 100644
--- a/Cassiopee/Distributor2/doc/source/conf.py
+++ b/Cassiopee/Distributor2/doc/source/conf.py
@@ -217,7 +217,7 @@
# The name of an image file (relative to this directory) to place at the top of
# the title page.
-latex_logo = "../../../../web/Images/logo-onera-ident.png"
+latex_logo = "../../../../docs/Images/logo-onera-ident.png"
# For "manual" documents, if this is true, then toplevel headings are parts,
# not chapters.
diff --git a/Cassiopee/Generator/doc/install b/Cassiopee/Generator/doc/install
index 70e313e40..1b44698a1 100755
--- a/Cassiopee/Generator/doc/install
+++ b/Cassiopee/Generator/doc/install
@@ -19,14 +19,14 @@ elif ([ $# -eq 2 ])
then
PRODUCTION=1
# Destination docs
- DEST="$CASSIOPEE/web/doc"
+ DEST="$CASSIOPEE/docs/doc"
# Destination tests unitaires
DEST2="$DEST/Examples/Generator"
# Destination des release notes
- DEST3="$CASSIOPEE/web/Download"
+ DEST3="$CASSIOPEE/docs/Download"
else
echo 'install: install locally'
- echo 'install 1 2: install in web/doc.'
+ echo 'install 1 2: install in docs/doc.'
exit
fi
diff --git a/Cassiopee/Generator/doc/source/conf.py b/Cassiopee/Generator/doc/source/conf.py
index b9ddd57cb..1d2dc56b8 100644
--- a/Cassiopee/Generator/doc/source/conf.py
+++ b/Cassiopee/Generator/doc/source/conf.py
@@ -219,7 +219,7 @@
# The name of an image file (relative to this directory) to place at the top of
# the title page.
-latex_logo = "../../../../web/Images/logo-onera-ident.png"
+latex_logo = "../../../../docs/Images/logo-onera-ident.png"
# For "manual" documents, if this is true, then toplevel headings are parts,
# not chapters.
diff --git a/Cassiopee/Geom/doc/install b/Cassiopee/Geom/doc/install
index 32f06132d..d17a3b681 100755
--- a/Cassiopee/Geom/doc/install
+++ b/Cassiopee/Geom/doc/install
@@ -19,14 +19,14 @@ elif ([ $# -eq 2 ])
then
PRODUCTION=1
# Destination docs
- DEST="$CASSIOPEE/web/doc"
+ DEST="$CASSIOPEE/docs/doc"
# Destination tests unitaires
DEST2="$DEST/Examples/Geom"
# Destination des release notes
- DEST3="$CASSIOPEE/web/Download"
+ DEST3="$CASSIOPEE/docs/Download"
else
- echo 'install: install in $CASSIOPEE/Dist/doc'
- echo 'install
: install in directory .'
+ echo 'install: install locally'
+ echo 'install : install in docs/doc.'
exit
fi
diff --git a/Cassiopee/Geom/doc/source/conf.py b/Cassiopee/Geom/doc/source/conf.py
index dab202c5c..eb5eb059d 100644
--- a/Cassiopee/Geom/doc/source/conf.py
+++ b/Cassiopee/Geom/doc/source/conf.py
@@ -229,7 +229,7 @@
# The name of an image file (relative to this directory) to place at the top of
# the title page.
-latex_logo = "../../../../web/Images/logo-onera-ident.png"
+latex_logo = "../../../../docs/Images/logo-onera-ident.png"
# For "manual" documents, if this is true, then toplevel headings are parts,
# not chapters.
diff --git a/Cassiopee/Initiator/doc/install b/Cassiopee/Initiator/doc/install
index e01b073c5..827eb3307 100755
--- a/Cassiopee/Initiator/doc/install
+++ b/Cassiopee/Initiator/doc/install
@@ -19,14 +19,14 @@ elif ([ $# -eq 2 ])
then
PRODUCTION=1
# Destination docs
- DEST="$CASSIOPEE/web/doc"
+ DEST="$CASSIOPEE/docs/doc"
# Destination tests unitaires
DEST2="$DEST/Examples/Initiator"
# Destination des release notes
- DEST3="$CASSIOPEE/web/Download"
+ DEST3="$CASSIOPEE/docs/Download"
else
echo 'install: install locally'
- echo 'install : install in web/doc.'
+ echo 'install : install in docs/doc.'
exit
fi
diff --git a/Cassiopee/Initiator/doc/source/conf.py b/Cassiopee/Initiator/doc/source/conf.py
index 6fac7eeae..0e0422501 100644
--- a/Cassiopee/Initiator/doc/source/conf.py
+++ b/Cassiopee/Initiator/doc/source/conf.py
@@ -217,7 +217,7 @@
# The name of an image file (relative to this directory) to place at the top of
# the title page.
-latex_logo = "../../../../web/Images/logo-onera-ident.png"
+latex_logo = "../../../../docs/Images/logo-onera-ident.png"
# For "manual" documents, if this is true, then toplevel headings are parts,
# not chapters.
diff --git a/Cassiopee/Intersector/doc/install b/Cassiopee/Intersector/doc/install
index e223c0e39..409af63ec 100755
--- a/Cassiopee/Intersector/doc/install
+++ b/Cassiopee/Intersector/doc/install
@@ -19,14 +19,14 @@ elif ([ $# -eq 2 ])
then
PRODUCTION=1
# Destination docs
- DEST="$CASSIOPEE/web/doc"
+ DEST="$CASSIOPEE/docs/doc"
# Destination tests unitaires
DEST2="$DEST/Examples/Intersector"
# Destination des release notes
- DEST3="$CASSIOPEE/web/Download"
+ DEST3="$CASSIOPEE/docs/Download"
else
echo 'install: install locally'
- echo 'install : install in web/doc.'
+ echo 'install : install in docs/doc.'
exit
fi
diff --git a/Cassiopee/Intersector/doc/source/conf.py b/Cassiopee/Intersector/doc/source/conf.py
index 883a9c11e..db731c5f9 100644
--- a/Cassiopee/Intersector/doc/source/conf.py
+++ b/Cassiopee/Intersector/doc/source/conf.py
@@ -217,7 +217,7 @@
# The name of an image file (relative to this directory) to place at the top of
# the title page.
-latex_logo = "../../../../web/Images/logo-onera-ident.png"
+latex_logo = "../../../../docs/Images/logo-onera-ident.png"
# For "manual" documents, if this is true, then toplevel headings are parts,
# not chapters.
diff --git a/Cassiopee/KCore/doc/install b/Cassiopee/KCore/doc/install
index 055a5c8f7..6bd030701 100755
--- a/Cassiopee/KCore/doc/install
+++ b/Cassiopee/KCore/doc/install
@@ -18,14 +18,14 @@ elif ([ $# -eq 2 ])
then
PRODUCTION=1
# Destination docs
- DEST="$CASSIOPEE/web/doc"
+ DEST="$CASSIOPEE/docs/doc"
# Destination tests unitaires
DEST2="$DEST/Examples/Cassiopee"
# Destination des release notes
- DEST3="$CASSIOPEE/web/Download"
+ DEST3="$CASSIOPEE/docs/Download"
else
echo 'install: install locally'
- echo 'install : install in web/doc.'
+ echo 'install : install in docs/doc.'
exit
fi
diff --git a/Cassiopee/KCore/doc/source/conf.py b/Cassiopee/KCore/doc/source/conf.py
index 4ac3fd2a9..8e91adbb2 100644
--- a/Cassiopee/KCore/doc/source/conf.py
+++ b/Cassiopee/KCore/doc/source/conf.py
@@ -218,7 +218,7 @@
# The name of an image file (relative to this directory) to place at the top of
# the title page.
-latex_logo = "../../../../../UserGuides/logo-onera-ident.png"
+latex_logo = "../../../../../docs/logo-onera-ident.png"
# For "manual" documents, if this is true, then toplevel headings are parts,
# not chapters.
diff --git a/Cassiopee/Modeler/doc/install b/Cassiopee/Modeler/doc/install
index ded446115..f5accf604 100755
--- a/Cassiopee/Modeler/doc/install
+++ b/Cassiopee/Modeler/doc/install
@@ -19,14 +19,14 @@ elif ([ $# -eq 2 ])
then
PRODUCTION=1
# Destination docs
- DEST="$CASSIOPEE/web/doc"
+ DEST="$CASSIOPEE/docs/doc"
# Destination tests unitaires
DEST2="$DEST/Examples/Modeler"
# Destination des release notes
- DEST3="$CASSIOPEE/web/Download"
+ DEST3="$CASSIOPEE/docs/Download"
else
echo 'install: install locally'
- echo 'install 1 2: install in web/doc.'
+ echo 'install 1 2: install in docs/doc.'
exit
fi
diff --git a/Cassiopee/Modeler/doc/source/conf.py b/Cassiopee/Modeler/doc/source/conf.py
index 620ead74d..5aab6c28b 100644
--- a/Cassiopee/Modeler/doc/source/conf.py
+++ b/Cassiopee/Modeler/doc/source/conf.py
@@ -217,7 +217,7 @@
# The name of an image file (relative to this directory) to place at the top of
# the title page.
-latex_logo = "../../../../web/Images/logo-onera-ident.png"
+latex_logo = "../../../../docs/Images/logo-onera-ident.png"
# For "manual" documents, if this is true, then toplevel headings are parts,
# not chapters.
diff --git a/Cassiopee/OCC/doc/install b/Cassiopee/OCC/doc/install
index f9399a0a6..9c931dc7b 100755
--- a/Cassiopee/OCC/doc/install
+++ b/Cassiopee/OCC/doc/install
@@ -19,14 +19,14 @@ elif ([ $# -eq 2 ])
then
PRODUCTION=1
# Destination docs
- DEST="$CASSIOPEE/web/doc"
+ DEST="$CASSIOPEE/docs/doc"
# Destination tests unitaires
DEST2="$DEST/Examples/OCC"
# Destination des release notes
- DEST3="$CASSIOPEE/web/Download"
+ DEST3="$CASSIOPEE/docs/Download"
else
echo 'install: install locally'
- echo 'install 1 2: install in web/doc.'
+ echo 'install 1 2: install in docs/doc.'
exit
fi
diff --git a/Cassiopee/OCC/doc/source/conf.py b/Cassiopee/OCC/doc/source/conf.py
index 2746952d4..faa7a92bb 100644
--- a/Cassiopee/OCC/doc/source/conf.py
+++ b/Cassiopee/OCC/doc/source/conf.py
@@ -217,7 +217,7 @@
# The name of an image file (relative to this directory) to place at the top of
# the title page.
-latex_logo = "../../../../web/Images/logo-onera-ident.png"
+latex_logo = "../../../../docs/Images/logo-onera-ident.png"
# For "manual" documents, if this is true, then toplevel headings are parts,
# not chapters.
diff --git a/Cassiopee/Post/doc/install b/Cassiopee/Post/doc/install
index d1d69e02b..1f3514bc0 100755
--- a/Cassiopee/Post/doc/install
+++ b/Cassiopee/Post/doc/install
@@ -19,14 +19,14 @@ elif ([ $# -eq 2 ])
then
PRODUCTION=1
# Destination docs
- DEST="$CASSIOPEE/web/doc"
+ DEST="$CASSIOPEE/docs/doc"
# Destination tests unitaires
DEST2="$DEST/Examples/Post"
# Destination des release notes
- DEST3="$CASSIOPEE/web/Download"
+ DEST3="$CASSIOPEE/docs/Download"
else
echo 'install: install locally'
- echo 'install : install in web/doc.'
+ echo 'install : install in docs/doc.'
exit
fi
diff --git a/Cassiopee/Post/doc/source/conf.py b/Cassiopee/Post/doc/source/conf.py
index 9ef3ed15c..da7a5b918 100644
--- a/Cassiopee/Post/doc/source/conf.py
+++ b/Cassiopee/Post/doc/source/conf.py
@@ -219,7 +219,7 @@
# The name of an image file (relative to this directory) to place at the top of
# the title page.
-latex_logo = "../../../../web/Images/logo-onera-ident.png"
+latex_logo = "../../../../docs/Images/logo-onera-ident.png"
# For "manual" documents, if this is true, then toplevel headings are parts,
# not chapters.
diff --git a/Cassiopee/RigidMotion/doc/install b/Cassiopee/RigidMotion/doc/install
index 0bdec8ad8..d37974136 100755
--- a/Cassiopee/RigidMotion/doc/install
+++ b/Cassiopee/RigidMotion/doc/install
@@ -19,14 +19,14 @@ elif ([ $# -eq 2 ])
then
PRODUCTION=1
# Destination docs
- DEST="$CASSIOPEE/web/doc"
+ DEST="$CASSIOPEE/docs/doc"
# Destination tests unitaires
DEST2="$DEST/Examples/RigidMotion"
# Destination des release notes
- DEST3="$CASSIOPEE/web/Download"
+ DEST3="$CASSIOPEE/docs/Download"
else
echo 'install: install locally'
- echo 'install : install in web/doc.'
+ echo 'install : install in docs/doc.'
exit
fi
diff --git a/Cassiopee/RigidMotion/doc/source/conf.py b/Cassiopee/RigidMotion/doc/source/conf.py
index 459e60b1a..3b1231ebb 100644
--- a/Cassiopee/RigidMotion/doc/source/conf.py
+++ b/Cassiopee/RigidMotion/doc/source/conf.py
@@ -217,7 +217,7 @@
# The name of an image file (relative to this directory) to place at the top of
# the title page.
-latex_logo = "../../../../web/Images/logo-onera-ident.png"
+latex_logo = "../../../../docs/Images/logo-onera-ident.png"
# For "manual" documents, if this is true, then toplevel headings are parts,
# not chapters.
diff --git a/Cassiopee/Transform/doc/install b/Cassiopee/Transform/doc/install
index 062db78c5..d97d2a64a 100755
--- a/Cassiopee/Transform/doc/install
+++ b/Cassiopee/Transform/doc/install
@@ -19,14 +19,14 @@ elif ([ $# -eq 2 ])
then
PRODUCTION=1
# Destination docs
- DEST="$CASSIOPEE/web/doc"
+ DEST="$CASSIOPEE/docs/doc"
# Destination tests unitaires
DEST2="$DEST/Examples/Transform"
# Destination des release notes
- DEST3="$CASSIOPEE/web/Download"
+ DEST3="$CASSIOPEE/docs/Download"
else
echo 'install: install locally'
- echo 'install : install in web/doc.'
+ echo 'install : install in docs/doc.'
exit
fi
diff --git a/Cassiopee/Transform/doc/source/conf.py b/Cassiopee/Transform/doc/source/conf.py
index 593fac535..26f7b35fa 100644
--- a/Cassiopee/Transform/doc/source/conf.py
+++ b/Cassiopee/Transform/doc/source/conf.py
@@ -217,7 +217,7 @@
# The name of an image file (relative to this directory) to place at the top of
# the title page.
-latex_logo = "../../../../web/Images/logo-onera-ident.png"
+latex_logo = "../../../../docs/Images/logo-onera-ident.png"
# For "manual" documents, if this is true, then toplevel headings are parts,
# not chapters.
diff --git a/Cassiopee/XCore/doc/install b/Cassiopee/XCore/doc/install
index ffb69f281..543056a39 100755
--- a/Cassiopee/XCore/doc/install
+++ b/Cassiopee/XCore/doc/install
@@ -8,32 +8,23 @@ then
fi
PRODUCTION=0
# Destination docs
- DEST="$CASSIOPEE/Dist/doc"
+ DEST="./doc"
# Destination tests unitaires
- DEST2="$DEST/Examples/Cassiopee"
- # Destination des release notes
- DEST3="$DEST"
-elif ([ $# -eq 1 ])
-then
- PRODUCTION=0
- # Destination docs
- DEST="$1/doc"
- # Destination tests unitaires
- DEST2="$DEST/Examples/Cassiopee"
+ DEST2="$DEST/Examples/XCore"
# Destination des release notes
DEST3="$DEST"
elif ([ $# -eq 2 ])
then
PRODUCTION=1
# Destination docs
- DEST="$CASSIOPEE/WWW/cassiopee-web"
+ DEST="$CASSIOPEE/docs/doc"
# Destination tests unitaires
- DEST2="$DEST/Examples/Cassiopee"
+ DEST2="$DEST/Examples/XCore"
# Destination des release notes
- DEST3="$CASSIOPEE/WWW/Main/Download"
+ DEST3="$CASSIOPEE/docs/Download"
else
- echo 'install: install in $CASSIOPEE/Dist/doc'
- echo 'install : install in directory .'
+ echo 'install: install locally'
+ echo 'install 1 2: install in docs/doc.'
exit
fi