Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
User guide
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NEMO Workspace
Documentation
User guide
Commits
7d01819e
Commit
7d01819e
authored
1 year ago
by
Tomas Lovato
Browse files
Options
Downloads
Patches
Plain Diff
revise echo messages of build script
parent
832fb942
No related branches found
Branches containing commit
No related tags found
1 merge request
!8
Update changelog for v4.2.1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
guide_build.sh
+6
-8
6 additions, 8 deletions
guide_build.sh
with
6 additions
and
8 deletions
guide_build.sh
+
6
−
8
View file @
7d01819e
#!/bin/sh
## Avoid the use of shell builtin echo (for -e option)
alias echo
=
'/bin/echo -e'
#!/bin/bash
## Check dependencies
##-------------------
...
...
@@ -12,15 +9,16 @@ if [ -n "$( ./check_pkg.py sphinx sphinxcontrib.bibtex sphinx_rtd_theme )" ]; th
exit
2
fi
echo
"
\t
¤ Clean previous build"
echo
"¤ Clean previous build"
make clean
echo
echo
"
\t
¤ Generation of the guide"
echo
"¤ Generation of the guide"
make html
>
/dev/null
echo
echo
"
\t
¤ End of building run"
echo
"Open ./build/html/guide.html"
echo
"¤ End of HTML building"
echo
""
echo
"open ./build/html/index.html"
exit
0
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment