Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
François Bailly
Gepetto Utils
Commits
0cd1ff35
Commit
0cd1ff35
authored
Apr 11, 2018
by
Guilhem Saurel
Browse files
doc.sh: also removes html
parent
82d97935
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/doc.sh
View file @
0cd1ff35
#!/bin/bash
# Removes useless folders
set
-e
cd
/net/cetus/data/gepetto/Doc
...
...
@@ -10,9 +12,11 @@ for namespace in *; do
pushd
$project
for
branch
in
*
;
do
pushd
$branch
[[
-d
doxygen-html
]]
||
continue
cp
-r
doxygen-html/
*
.
rm
-r
doxygen-html
for
folder
in
html doxygen-html
;
do
[[
-d
$folder
]]
||
continue
cp
-r
$folder
/
*
.
rm
-r
$folder
done
popd
done
popd
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment