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
pushd $project
for branch in *; do
pushd $branch
[[ -d doc/doxygen-html ]] || continue
cp -r doc/doxygen-html/* .
rm -r doc
[[ -d doxygen-html ]] || continue
cp -r doxygen-html/* .
rm -r doxygen-html
popd
done
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