diff --git a/trunk/installParadiseo.sh b/trunk/installParadiseo.sh index e6e46c593..1479dba8b 100755 --- a/trunk/installParadiseo.sh +++ b/trunk/installParadiseo.sh @@ -410,6 +410,8 @@ function run_install_step() RETURN=`expr $RETURN + $?` execute_cmd "make" "[$currentStepCounter-3] Compile ParadisEO-MO" $SPY RETURN=`expr $RETURN + $?` + execute_cmd "make install" "[$currentStepCounter-4] Make install of ParadisEO-MO" $SPY + RETURN=`expr $RETURN + $?` if [ ! $(($RETURN)) = 0 ] then echo '' @@ -433,6 +435,8 @@ function run_install_step() RETURN=`expr $RETURN + $?` execute_cmd "make" "[$currentStepCounter-3] Compile ParadisEO-MOEO" $SPY RETURN=`expr $RETURN + $?` + execute_cmd "make install" "[$currentStepCounter-4] Make install ParadisEO-MOEO" $SPY + RETURN=`expr $RETURN + $?` if [ ! $(($RETURN)) = 0 ] then echo '' @@ -669,6 +673,8 @@ function run_install_step() RETURN=`expr $RETURN + $?` execute_cmd "make" "[$currentStepCounter-3] Compile ParadisEO-PEO " $SPY RETURN=`expr $RETURN + $?` + execute_cmd "make install" "[$currentStepCounter-4] Make install ParadisEO-PEO " $SPY + RETURN=`expr $RETURN + $?` if [ ! $(($RETURN)) = 0 ] then echo '' diff --git a/trunk/paradiseo-mo/doc/html/annotated.html b/trunk/paradiseo-mo/doc/html/annotated.html index 189fb822f..467c34a38 100644 --- a/trunk/paradiseo-mo/doc/html/annotated.html +++ b/trunk/paradiseo-mo/doc/html/annotated.html @@ -61,7 +61,7 @@
1.4.7