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

fix tar generation

parent 122fc9ed
Branches
Tags
No related merge requests found
Pipeline #54267 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