Skip to content
Snippets Groups Projects
Verified Commit ae3c2789 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

udpated to pass CI

parent 8102854a
No related branches found
No related tags found
No related merge requests found
mermaid-filter.err
......@@ -10,7 +10,7 @@ PDFOPTIONS += -V urlcolor=blue
REVEALOPTIONS = -t revealjs
REVEALOPTIONS += -F mermaid-filter
REVEALOPTIONS += --self-contained
REVEALOPTIONS += -V revealjs-url=./reveal.js
REVEALOPTIONS += -V revealjs-url=../slides_2020/reveal.js
REVEALOPTIONS += -V theme=white
REVEALOPTIONS += -V width=1920
REVEALOPTIONS += -V margin=0
......@@ -21,8 +21,7 @@ HTML=$(MD:%.md=%.html) # Pour les fichier html on transforme .md -> .html
PDF=$(MD:%.md=%.pdf) # Pour les fichier pdf on transforme .md -> .pdf
MARKDOWN=$(MD:%.md=%.markdown) # Pour les fichier markdown on transforme .md -> .markdown
# all: $(PDF) $(HTML) # La cible par défaut (all) exécute les cibles %.html et %.pdf
all: $(PDF)
all: $(PDF) $(HTML) # La cible par défaut (all) exécute les cibles %.html et %.pdf
markdown: $(MARKDOWN) # La markdown les cibles %.markdown
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment