--- original_configure_cmake.sh 2018-03-16 00:48:54.220031000 +0000 +++ modified_configure_cmake.sh 2018-03-16 00:48:54.220202000 +0000 @@ -58,6 +58,7 @@ --disable-static-daq link static DAQ modules --disable-html-docs don't create the HTML documentation --disable-pdf-docs don't create the PDF documentation + --disble-txt-docs don't create the txt documentation Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] @@ -301,6 +302,12 @@ --enable-static-daq) append_cache_entry ENABLE_STATIC_DAQ BOOL true ;; + --disable-txt-docs) + append_cache_entry MAKE_TEXT_DOC BOOL false + ;; + --enable-txt-docs) + append_cache_entry MAKE_TEXT_DOC BOOL true + ;; --disable-html-docs) append_cache_entry MAKE_HTML_DOC BOOL false ;;