Skip to content
Snippets Groups Projects
Commit 46e69b42 authored by Ethan Robert's avatar Ethan Robert
Browse files

Fixed html version

parent b15f8e68
Branches
No related tags found
No related merge requests found
......@@ -13,9 +13,11 @@ clean:
@rm dist/Output.html || (echo)
pdf: prerequisites-pdflatex clean
pandoc --defaults=config.yaml -o dist/Output.pdf
@echo "Génération de Output.pdf"
@pandoc --defaults=config.yaml -o dist/Output.pdf
html: prerequisites clean
pandoc --defaults=config.yaml -o dist/Output.html
@echo "Génération de Output.html"
@pandoc --defaults=config.yaml -o dist/Output.html --embed-resources --standalone
all: pdf html
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment