From c9114823eef9728d485b43ceb05ee22c80315ae2 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Fri, 18 Aug 2023 18:46:46 +0200 Subject: [PATCH] Makefile: add LdapSaisie.pdf stage --- doc/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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