make  install  &&

# Check whether to make a new default sword config file
#if [$SWORD_CONFIG == true]
#then
#  make_config
#fi
if  [  "$SWORD_CONFIG"  =  "y"  ];  then
  make  install_config
fi  &&

message  "${MESSAGE_COLOR}Remember, SWORD is just the base toolset.  To"      \
         "actually use it, you need a program such as bibletime or"           \
         "gnomesword that uses it and must download modules either manually"  \
         "from http://www.crosswire.org/sword/modules or using a program"     \
         "such as bibletime${DEFAULT_COLOR}"
