Skip to content
Snippets Groups Projects
Commit b6281963 authored by Stephan Schulz's avatar Stephan Schulz
Browse files

Merge branch 'master' into releases/v0.9

parents cfd0f45a f363c225
Branches
Tags v0.9.0
No related merge requests found
Pipeline #54269 passed
......@@ -46,14 +46,10 @@ MAINPATH=$(pwd)
mkdir -p $TARNAME/Documentation
cd $TARNAME/Documentation
mkdir Doxygen
cd Doxygen
rsync -r "$MAINPATH/${TARNAME}_install/share/doc/ALL/html/" .
cd ..
mkdir Sphinx
cd Sphinx
rsync -r "$MAINPATH/${TARNAME}_install/share/doc/ALL/sphinx/" .
cd ..
cp -r "$MAINPATH/${TARNAME}_install/share/doc/ALL/html/" .
mv html Doxygen
cp -r "$MAINPATH/${TARNAME}_install/share/doc/ALL/sphinx/" .
mv sphinx Sphinx
cd ../..
tar cf tmp.tar $TARNAME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment