From b5ff21adee5b4d40c581e4b0012575483f23b0b6 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Fri, 18 Aug 2023 18:46:31 +0200 Subject: [PATCH] Makefile: fix stages dependencies --- doc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index ae393530..83e5812d 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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: