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
verimag
synchrone
sasa
Commits
a0d56736
Commit
a0d56736
authored
May 28, 2019
by
erwan
Browse files
Docs: fix the CI that build the doc
parent
4d2f2706
Pipeline
#24352
failed with stages
in 13 minutes and 37 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
guides/users/Makefile
0 → 100644
View file @
a0d56736
all
:
README.html
%.html
:
%.org
emacs
--batch
--eval
=
"(add-to-list 'load-path
\"
.
\"
) (add-to-list 'load-path
\"
./el
\"
)"
--eval
=
"(require 'htmlize)"
--load
=
emacs-org.el
\
--visit
=
$*
.org
--funcall
org-html-export-to-html
EMACS
=
emacs
-nw
\
--load
=
htmlize.el
\
--load
=
emacs-org.el
%.html2
:
$(EMACS)
--visit
=
$*
.org
--funcall
org-html-export-to-html
--eval
"(kill-emacs)"
-Q
clean
:
rm
*
.html
guides/users/README.org
View file @
a0d56736
...
...
@@ -411,6 +411,14 @@ opam update
opam upgrade
#+END_SRC
In order to install the tools mentionned in this documentation that
can be used with =sasa= (namely, =gnuplot-rif=, =sim2chro=,
=luciole-rif=, =lutin=, =lurette=, =rdbg=):
#+BEGIN_SRC sh :tangle sh/install-opam.sh :noweb yes :tangle-mode (identity #o444)
opam depext -y rdbg lutin
opam install -y rdbg lutin
#+END_SRC
* More
- Releases Notes: https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/sasa/releases
...
...
@@ -420,3 +428,4 @@ opam upgrade
** Is there a FAQ?
yes
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