default_pre_build        &&
cd  "$SOURCE_DIRECTORY"  &&

# This is very likely outdated.
if [[ $GIGEDIT_VCS = y ]]; then
  # Build halts trying to make docs
  sed -i "s/ doc//" Makefile.am  &&
  make -f Makefile.cvs
fi
