make GNUSTEP_INSTALLATION_DIR=$GNUSTEP_SYSTEM_ROOT install           

if [ "$DOCU" == "y" ]; 
then
    cd Documentation                                                 &&
    make_single                                                      &&
    make GNUSTEP_INSTALLATION_DIR=$GNUSTEP_SYSTEM_ROOT install       &&
    make_normal
fi
