Skip to content
Snippets Groups Projects
Commit d1a8b8fe authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

fixes local documentation build

parent fe4180b1
No related branches found
No related tags found
1 merge request!40Feature/documentation
#! /usr/bin/env bash
mkdir -p public
cp -r \
rsync --archive \
@CMAKE_CURRENT_BINARY_DIR@/html \
@CMAKE_CURRENT_BINARY_DIR@/public/doxygen_html
cp -r \
@CMAKE_CURRENT_BINARY_DIR@/public/
rsync --archive \
@CMAKE_CURRENT_BINARY_DIR@/sphinx_html \
@CMAKE_CURRENT_BINARY_DIR@/public/sphinx_html
@CMAKE_CURRENT_BINARY_DIR@/public/
cp \
@CMAKE_CURRENT_BINARY_DIR@/doc_full_index.html \
@CMAKE_CURRENT_BINARY_DIR@/public/index.html
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment