ajout de asciidoctor-revealjs pour construire les diapos
parent
ad3d250e65
commit
3db8bc60c0
@ -1,3 +1,4 @@
|
|||||||
all:
|
all:
|
||||||
${asciidoctor}/bin/asciidoctor -o ${out}/slides.html ${src}/slides.adoc
|
${asciidoctor}/bin/asciidoctor -o ${out}/page.html ${src}/slides.adoc
|
||||||
|
${asciidoctor-revealjs}/bin/asciidoctor-revealjs -a revealjsdir=https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.7.0 -o ${out}/slides.html ${src}/slides.adoc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue