diff --git a/doc/Makefile b/doc/Makefile index 83e5812d..627f2dcf 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -9,6 +9,9 @@ public_html: venv LdapSaisie.html: venv public_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: python3 -m venv venv venv/bin/python -m pip install -r requirements.txt