Skip to content

Commit 295a553

Browse files
authored
Don't fail if coqdocjs not present
For instance in Coq's CI we don't setup submodules (it's faster to just download the tarball from github)
1 parent f8f530a commit 295a553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
all: theories examples
22

3-
include coqdocjs/Makefile.doc
3+
-include coqdocjs/Makefile.doc
44

55
theories: $(COQMAKEFILE)
66
$(MAKE) -f $(COQMAKEFILE)

0 commit comments

Comments
 (0)