config_query  RUN_BASHDOC     "Do you wish to run bashdoc on the sorcery documentation once bashdoc is installed?"  y  &&
config_query  BASHDOC_DOCDIR  "Do you wish to change the default directory for the generated documentation?"        n  &&

if  [  "${BASHDOC_DOCDIR}"  ==  "y"  ];  then
    config_query_string  BASHDOC_DOCS_DIR                                                                              \
                         "What path do you wish to use for generated documentation?"                                   \
                         "usr/share/doc/sourcemageapidocs"
fi
