mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Better man page generation
This commit is contained in:
parent
d243c562a4
commit
d89c4f1bfb
4
Makefile
4
Makefile
@ -79,10 +79,10 @@ grammar.html: src/catala/parsing/parser.mly
|
||||
obelisk html -o $@ $<
|
||||
|
||||
catala.html: src/catala/cli.ml
|
||||
dune exec src/catala.exe -- --help=groff | groff -T html > $@
|
||||
dune exec src/catala.exe -- --help=groff | man2html | sed -e '1,8d' > $@
|
||||
|
||||
legifrance_catala.html: src/legifrance_catala/main.ml
|
||||
dune exec src/legifrance_catala.exe -- --help=groff | groff -T html > $@
|
||||
dune exec src/legifrance_catala.exe -- --help=groff | man2html | sed -e '1,8d' > $@
|
||||
|
||||
clean:
|
||||
dune clean
|
||||
|
Loading…
Reference in New Issue
Block a user