Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lutin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
verimag
synchrone
lutin
Commits
22505f0e
Commit
22505f0e
authored
Dec 14, 2017
by
erwan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
Makefile
Makefile
+1
-1
_oasis
_oasis
+1
-1
doc/lutin-man/lutin-man.pdf
doc/lutin-man/lutin-man.pdf
+0
-0
lutin/src/version.ml
lutin/src/version.ml
+2
-2
No files found.
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