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

fixes rsync usage

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