Skip to content
Snippets Groups Projects
Commit 82d97935 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

doc: the folder is now directly doxygen-html

parent bbba859d
No related branches found
No related tags found
No related merge requests found
...@@ -10,9 +10,9 @@ for namespace in *; do ...@@ -10,9 +10,9 @@ for namespace in *; do
pushd $project pushd $project
for branch in *; do for branch in *; do
pushd $branch pushd $branch
[[ -d doc/doxygen-html ]] || continue [[ -d doxygen-html ]] || continue
cp -r doc/doxygen-html/* . cp -r doxygen-html/* .
rm -r doc rm -r doxygen-html
popd popd
done done
popd popd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment