Skip to content
Snippets Groups Projects
build_docs.sh 252 B
Newer Older
echo "Generating documentation into folder 'docs'...";
doxygen >/dev/null && echo "Documenation was generated." || exit -1;
echo "Building LaTeX documentation../";
make >/dev/null && echo "Documentation was built." || exit -1;