Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
verimag
synchrone
lutin
Commits
22505f0e
Commit
22505f0e
authored
Dec 14, 2017
by
erwan
Browse files
Don't fail if the doc cannot be build
parent
c0a49190
Pipeline
#1649
passed with stages
in 5 minutes and 40 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
22505f0e
...
...
@@ -32,7 +32,7 @@ doc:
ocaml setup.ml
-doc
man
:
cd
doc/lutin-man/
&&
make
cd
doc/lutin-man/
&&
make
||
echo
"cannot build the doc"
install
:
...
...
_oasis
View file @
22505f0e
OASISFormat: 0.4
Name: Lutin
Version: 2.
39
Version: 2.
40
Authors: Erwan Jahier
Maintainers: erwan.jahier@imag.fr
License: PROP
...
...
doc/lutin-man/lutin-man.pdf
View file @
22505f0e
No preview for this file type
lutin/src/version.ml
View file @
22505f0e
let
str
=
"2.
39
"
let
sha
=
"
d42b5b1
"
let
str
=
"2.
40
"
let
sha
=
"
c0a4919
"
Write
Preview
Markdown
is supported
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