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
Benoit Viguier
coq-verif-tweetnacl
Commits
2a0d7022
Commit
2a0d7022
authored
Jan 21, 2017
by
Benoit Viguier
Browse files
add make doc
parent
f058aa75
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
2a0d7022
...
...
@@ -234,3 +234,5 @@ tramp
/server/
slides/config.php
slides/send.php
doc
\ No newline at end of file
makefile
View file @
2a0d7022
...
...
@@ -91,6 +91,10 @@ Car: .loadpath $(CAR_FILES:%.v=Car/%.vo)
.loadpath
:
echo
$(COQFLAGS)
>
.loadpath
doc
:
mkdir
-p
doc
$(COQDOC)
-d
doc
$(FILES)
dep
:
@
$(COQDEP)
$(
filter
$(
wildcard
*
.v
*
/
*
.v
*
/
*
/
*
.v
)
,
$(FILES)
)
#
$(COQDEP)
>
.depend
$(FILES)
...
...
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