mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-24 02:49:07 +01:00
Makefile: fix stages dependencies
This commit is contained in:
parent
d1f51b98e2
commit
b5ff21adee
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@ serve: venv
|
||||||
|
|
||||||
build: venv public_html LdapSaisie.html
|
build: venv public_html LdapSaisie.html
|
||||||
|
|
||||||
public_html:
|
public_html: venv
|
||||||
venv/bin/mkdocs build -s
|
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/bin/htmlark public_html/print_page/index.html -o LdapSaisie.html
|
||||||
|
|
||||||
venv:
|
venv:
|
||||||
|
|
Loading…
Reference in a new issue