Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stdpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Tej Chajed
stdpp
Commits
2bf11f4f
Commit
2bf11f4f
authored
8 years ago
by
Benoit Viguier
Browse files
Options
Downloads
Patches
Plain Diff
add target html and gallinahtml
also add html folder to .gitignore so generated doc is not added to the repo
parent
b8ffa59a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
Makefile
+6
-0
6 additions, 0 deletions
Makefile
with
7 additions
and
0 deletions
.gitignore
+
1
−
0
View file @
2bf11f4f
...
...
@@ -11,3 +11,4 @@
.coq-native/
Makefile.coq
*.crashcoqide
html/
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Makefile
+
6
−
0
View file @
2bf11f4f
...
...
@@ -36,6 +36,12 @@ build-dep:
opam
install
opam-builddep-temp
--deps-only
$(
YFLAG
)
opam pin remove opam-builddep-temp
html
:
Makefile.coq
+@make
-f
Makefile.coq html
gallinahtml
:
Makefile.coq
+@make
-f
Makefile.coq gallinahtml
# Some files that do *not* need to be forwarded to Makefile.coq
Makefile
:
;
_CoqProject
:
;
...
...
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