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