Skip to content

Commit 54e715b

Browse files
removed bento tool
1 parent 7cf4342 commit 54e715b

File tree

4 files changed

+2
-77
lines changed

4 files changed

+2
-77
lines changed

.github/workflows/build-asl-reference.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
workflow_dispatch:
55
pull_request:
66
paths:
7-
- 'internal/bento.mll'
87
- 'asllib/doc/**'
98
- 'asllib/aslspec/**'
109
- '.github/workflows/build-asl-reference.yml'

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ HERD_REGRESSION_TEST = _build/default/internal/herd_regression_test.exe
2828
HERD_DIYCROSS_REGRESSION_TEST = _build/default/internal/herd_diycross_regression_test.exe
2929
HERD_CATALOGUE_REGRESSION_TEST = _build/default/internal/herd_catalogue_regression_test.exe
3030
HERD_ASSUMPTIONS_TEST = _build/default/internal/herd_assumptions_test.exe
31-
BENTO = _build/default/tools/bento.exe
3231
ASLREF = _build/default/asllib/aslref.exe
3332
CHECK_OBS = _build/default/internal/check_obs.exe
3433
all: build
@@ -975,8 +974,8 @@ clean-asl-pseudocode:
975974

976975
.PHONY: asldoc
977976
asldoc: Version.ml
978-
@ dune build -j $(J) --profile $(DUNE_PROFILE) $(BENTO) $(ASLREF)
979-
@ $(MAKE) $(MFLAGS) -C asllib/doc all BENTO=$(CURDIR)/$(BENTO) ASLREF=$(CURDIR)/$(ASLREF)
977+
@ dune build -j $(J) --profile $(DUNE_PROFILE) $(ASLREF)
978+
@ $(MAKE) $(MFLAGS) -C asllib/doc all ASLREF=$(CURDIR)/$(ASLREF)
980979

981980
.PHONY: clean-asldoc
982981
clean-asldoc:

tools/bento.mll

Lines changed: 0 additions & 70 deletions
This file was deleted.

tools/dune

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
mheader
1111
splitdot
1212
trTrue
13-
bento
1413
lexMiaou)
1514

1615
(executables
@@ -52,7 +51,6 @@
5251
cat2html
5352
mlog2name
5453
mcat2includes
55-
bento
5654
miaou
5755
cat2lisp
5856
dot2desc
@@ -95,7 +93,6 @@
9593
cat2html7
9694
mlog2name7
9795
mcat2includes7
98-
bento
9996
miaou7
10097
cat2lisp
10198
dot2desc7

0 commit comments

Comments
 (0)