Makefile: corrige un paramètre de pandoc

- Corrige la syntaxe du paramètre --embed-resources de pandoc, qui est
  au pluriel et est un booléen.

Co-Authored-by: iGor milhit <igor@milhit.ch>
main
iGor milhit 2025-08-27 15:06:59 +02:00
parent 8696a63df7
commit 6b1ff5b767
Signed by: igor
GPG Key ID: 692D97C3D0228A99
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ pandoc_html := \
pandoc_pdf := \
$(pandoc) \
-V noscript=true \
--embed-resource --to=pdf \
--embed-resources=true --to=pdf \
--pdf-engine=pagedjs-cli \
--output=document.pdf \
$(input_files)