diff --git a/Makefile b/Makefile index 9f25f0e..aa44ed5 100644 --- a/Makefile +++ b/Makefile @@ -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)