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

chromium version?

parent db0da96b
Branches
Tags
No related merge requests found
Pipeline #23899 passed
...@@ -20,6 +20,7 @@ MD=$(wildcard *.md) # Tous les fichiers .md ...@@ -20,6 +20,7 @@ MD=$(wildcard *.md) # Tous les fichiers .md
HTML=$(MD:%.md=%.html) # Pour les fichier html on transforme .md -> .html 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
CHROMIUM:=$(shell which chromium || which chromium-browser)
# 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: puppeteer $(PDF) # La cible par défaut (all) exécute les cibles %.html et %.pdf all: puppeteer $(PDF) # La cible par défaut (all) exécute les cibles %.html et %.pdf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment