documentation: corrige une typo dans le README

- Corrige une typo dans le README.
- Corrige une option pandoc erronée dans le Makefile.

Co-Authored-by: iGor milhit <igor@milhit.ch>
main v1.0.1
iGor milhit 2025-12-10 08:13:02 +01:00
parent 1dcb312480
commit c989388fdf
Signed by: igor
GPG Key ID: 692D97C3D0228A99
2 changed files with 4 additions and 3 deletions

View File

@ -30,7 +30,7 @@ html:
.PHONY: pdf
pdf:
cd $(EXAMPLE_FOLDER); \
pandoc --to=pdf --pdf-engine=pagedjs-cli --embed-resource \
pandoc --to=pdf --pdf-engine=pagedjs-cli --embed-resources=true \
--template=../$(PROJECT_STATIC_FOLDER)/template.html \
--css=../$(PROJECT_STATIC_FOLDER)/style.css \
-V static='../static' -V noscript=true \
@ -48,7 +48,8 @@ watch:
release:
zip -r $(RELEASE_FOLDER)/$(GIT_LAST_TAG).zip static
make
cp $(EXAMPLE_FOLDER)/$(EXAMPLE_FILENAME).pdf $(RELEASE_FOLDER)/$(GIT_LAST_TAG).pdf
cp $(EXAMPLE_FOLDER)/$(EXAMPLE_FILENAME).pdf \
$(RELEASE_FOLDER)/$(GIT_LAST_TAG).pdf
.PHONY: clean
rm -f $(RELEASE_FOLDER)/*.*

View File

@ -56,7 +56,7 @@ exemple:
## Requis
- `pandoc`.
- `pagedjc-cli`.
- `pagedjs-cli`.
- Gnu Make, `watchexec` et python pour utiliser les facilités fournies par le
`Makefile`.