Skip to content
Snippets Groups Projects
Unverified Commit e26008a0 authored by Max Ole Elliger's avatar Max Ole Elliger :penguin:
Browse files

Merge tag 'comoproj-v2.7.0-coqc-8.16.1-ocaml-4.13.1'

the usual
parents 7817989c 9a09249d
Branches
Tags
No related merge requests found
......@@ -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
......
[submodule "coqdocjs"]
path = coqdocjs
url = https://github.com/coq-community/coqdocjs.git
......@@ -16,15 +16,11 @@
# Configuration
PROJNAME = CoMoEx
COMPONENTS := prop:PropLogic fol:FOL ind:Induction
COQDOC_FLAGS = --utf8
all: coq html
coq: Makefile.coq
$(MAKE) -f Makefile.coq all
all: coqdoc
define GENCoqDoc
BEGIN { RS="[[:space:]]"; FS=":" } \
......@@ -45,7 +41,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)" -arg "-async-proofs-cache force"
coq_makefile -f $< -o $@ -arg "-async-proofs-cache force"
clean: Makefile.coq
$(MAKE) -f $< cleanall
......@@ -73,4 +69,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
Subproject commit 57401849fffb24500c078973a8382dd3086fd2bf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment