Fix makefile

This commit is contained in:
Denis Merigoux 2020-11-23 09:33:07 +01:00
parent df2c0f1b01
commit 0e7943b8f7

View File

@ -141,7 +141,7 @@ tests: build .FORCE
grammar.html: src/catala/catala_surface/parser.mly
obelisk html -o $@ $<
catala.html: src/catala/cli.ml
catala.html: src/catala/utils/cli.ml
dune exec src/catala.exe -- --help=groff | man2html | sed -e '1,8d' \
| tac | sed "1,20d" | tac > $@