Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Template Coq-Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Contributor analytics
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
Max Ole Elliger
Template Coq-Project
Commits
da69a0fc
Commit
da69a0fc
authored
11 months ago
by
Max Ole Elliger
Browse files
Options
Downloads
Plain Diff
Merge branch 'include-coqdocjs' into 'main'
Included coqdocjs See merge request
!15
parents
7ab703cb
c4b02fe4
No related branches found
Branches containing commit
Tags
comoproj-v2.2.0
Tags containing commit
1 merge request
!15
Included coqdocjs
Pipeline
#136226
passed
11 months ago
Stage: build
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+4
-0
4 additions, 0 deletions
.gitlab-ci.yml
.gitmodules
+3
-0
3 additions, 0 deletions
.gitmodules
Makefile
+6
-7
6 additions, 7 deletions
Makefile
coqdocjs
+1
-0
1 addition, 0 deletions
coqdocjs
with
14 additions
and
7 deletions
.gitlab-ci.yml
+
4
−
0
View file @
da69a0fc
...
...
@@ -14,6 +14,10 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
GIT_SUBMODULE_FORCE_HTTPS
:
"
true"
stages
:
-
build
...
...
This diff is collapsed.
Click to expand it.
.gitmodules
0 → 100644
+
3
−
0
View file @
da69a0fc
[submodule "coqdocjs"]
path = coqdocjs
url = https://github.com/coq-community/coqdocjs.git
This diff is collapsed.
Click to expand it.
Makefile
+
6
−
7
View file @
da69a0fc
...
...
@@ -17,15 +17,11 @@
# Configuration
#TODO Change the following lines for configuration.
PROJNAME
=
CoMoProj
COMPONENTS
:=
src:SRC
COQDOC_FLAGS
=
--utf8
all
:
coq html
coq
:
Makefile.coq
$(
MAKE
)
-f
Makefile.coq all
all
:
coqdoc
define
GENCoqDoc
BEGIN { RS="[[
:
space:]]"; FS=":" }
\
...
...
@@ -46,7 +42,7 @@ html: Makefile.coq
VFILES
=
"
$(
shell echo
$(
COMPONENTS
)
| awk '
$(
GENCoqDoc
)
'
)
"
$(
MAKE
)
-e
-f
Makefile.coq html
Makefile.coq
:
_CoqProject
coq_makefile
-f
$<
-o
$@
COQDOCEXTRAFLAGS
=
"--lib-name
$(
PROJNAME
)
"
coq_makefile
-f
$<
-o
$@
clean
:
Makefile.coq
$(
MAKE
)
-f
$<
cleanall
...
...
@@ -74,4 +70,7 @@ endef
_CoqProject
:
Makefile $(shell echo $(COMPONENTS) | awk '$(GENDirList)')
echo
$(
COMPONENTS
)
|
awk
'
$(
GENCoqPr
)
'
>
$@
.PHONY
:
all coq html clean
.PHONY
:
all html clean
COQMAKEFILE
:=
Makefile
# Do not change!
include
coqdocjs/Makefile.doc
This diff is collapsed.
Click to expand it.
coqdocjs
@
57401849
Subproject commit 57401849fffb24500c078973a8382dd3086fd2bf
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