Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthias Mayr
limbo
Commits
de6902fa
Commit
de6902fa
authored
Oct 06, 2017
by
Jean-Baptiste Mouret
Browse files
[ci skip] docs - typo in prescript
parent
d81a246e
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/pre_script.sh
View file @
de6902fa
#!/bin/sh
set
-x
echo
"generating doxygen for Limbo, current path
$PWD
"
doxygen Doxyfile
...
...
@@ -17,7 +18,7 @@ cp -r $BENCHMARKS/fig_benchmarks docs
echo
"getting the latest regression benchmark result (needs to be in
$HOME
/limbo_reg_benchmarks)"
DIR
=
$HOME
/limbo_reg_benchmarks
BENCHMARKS
=
$DIR
/
`
ls
-t
$DIR
|
|
head
-n
1
`
BENCHMARKS
=
$DIR
/
`
ls
-t
$DIR
|
head
-n
1
`
cp
$BENCHMARKS
/regression_benchmarks.rst docs/reg_benchmarks.rst
cp
-r
$BENCHMARKS
/regression_benchmarks_figs docs/fig_benchmarks
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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