mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-24 02:49:07 +01:00
Makefile: add LdapSaisie.pdf stage
This commit is contained in:
parent
b5ff21adee
commit
c9114823ee
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ public_html: venv
|
||||||
LdapSaisie.html: venv 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
|
||||||
|
|
||||||
|
LdapSaisie.pdf: venv LdapSaisie.html
|
||||||
|
docker run -v $(CURDIR):/workspace pink33n/html-to-pdf --url file:///workspace/LdapSaisie.html --pdf LdapSaisie.pdf
|
||||||
|
|
||||||
venv:
|
venv:
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
venv/bin/python -m pip install -r requirements.txt
|
venv/bin/python -m pip install -r requirements.txt
|
||||||
|
|
Loading…
Reference in a new issue