Makefile: fix stages dependencies

This commit is contained in:
Benjamin Renard 2023-08-18 18:46:31 +02:00
parent d1f51b98e2
commit b5ff21adee
Signed by: bn8
GPG key ID: 3E2E1CE1907115BC

View file

@ -3,10 +3,10 @@ serve: venv
build: venv public_html LdapSaisie.html
public_html:
public_html: venv
venv/bin/mkdocs build -s
LdapSaisie.html: public_html
LdapSaisie.html: venv public_html
venv/bin/htmlark public_html/print_page/index.html -o LdapSaisie.html
venv: