File tree Expand file tree Collapse file tree 4 files changed +2
-77
lines changed
Expand file tree Collapse file tree 4 files changed +2
-77
lines changed Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ HERD_REGRESSION_TEST = _build/default/internal/herd_regression_test.exe
2828HERD_DIYCROSS_REGRESSION_TEST = _build/default/internal/herd_diycross_regression_test.exe
2929HERD_CATALOGUE_REGRESSION_TEST = _build/default/internal/herd_catalogue_regression_test.exe
3030HERD_ASSUMPTIONS_TEST = _build/default/internal/herd_assumptions_test.exe
31- BENTO = _build/default/tools/bento.exe
3231ASLREF = _build/default/asllib/aslref.exe
3332CHECK_OBS = _build/default/internal/check_obs.exe
3433all : build
@@ -975,8 +974,8 @@ clean-asl-pseudocode:
975974
976975.PHONY : asldoc
977976asldoc : 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
982981clean-asldoc :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1010 mheader
1111 splitdot
1212 trTrue
13- bento
1413 lexMiaou)
1514
1615(executables
5251 cat2html
5352 mlog2name
5453 mcat2includes
55- bento
5654 miaou
5755 cat2lisp
5856 dot2desc
9593 cat2html7
9694 mlog2name7
9795 mcat2includes7
98- bento
9996 miaou7
10097 cat2lisp
10198 dot2desc7
You can’t perform that action at this time.
0 commit comments