mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Remove mentions to LegiFrance Catala
This commit is contained in:
parent
780c173b25
commit
1d0517d5b8
8
Makefile
8
Makefile
@ -143,11 +143,7 @@ catala.html: src/catala/cli.ml
|
||||
dune exec src/catala.exe -- --help=groff | man2html | sed -e '1,8d' \
|
||||
| tac | sed "1,20d" | tac > $@
|
||||
|
||||
legifrance_catala.html: src/legifrance_catala/main.ml
|
||||
dune exec src/legifrance_catala.exe -- --help=groff | man2html | sed -e '1,8d' \
|
||||
| tac | sed "1,18d" | tac > $@ > $@
|
||||
|
||||
website-assets: doc all_examples grammar.html catala.html legifrance_catala.html
|
||||
website-assets: doc all_examples grammar.html catala.html
|
||||
|
||||
##########################################
|
||||
# Misceallenous
|
||||
@ -170,4 +166,4 @@ inspect:
|
||||
##########################################
|
||||
.PHONY: inspect clean all all_examples english allocations_familiales pygments \
|
||||
install build format install-dependencies install-dependencies-ocaml \
|
||||
catala.html legifrance_catala.html
|
||||
catala.html
|
||||
|
Loading…
Reference in New Issue
Block a user