From eea7189b5bdaa683e22cbbdf104ffc9ac100d3e1 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 3 May 2018 10:55:35 +0200 Subject: [PATCH] =?UTF-8?q?documentation:=20mise=20=C3=A0=20jour=20du=20Ma?= =?UTF-8?q?kefile=20pour=20compatibilit=C3=A9=20pandoc=20r=C3=A9cent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- documentation/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/Makefile b/documentation/Makefile index 38d841c..398b214 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -1,5 +1,5 @@ PANDOC=pandoc -PANDOCFLAGS=--standalone --smart --toc --number-sections --latex-engine=xelatex --variable geometry=margin=3cm --variable lang=french --variable mainfont=Cantarell --variable fontsize=12pt -c pandoc.css +PANDOCFLAGS=--standalone -f markdown+smart --toc --number-sections --pdf-engine=xelatex --variable geometry=margin=3cm --variable lang=fr-FR --variable mainfont=Cantarell --variable fontsize=12pt -c pandoc.css SRCS=$(wildcard *.md) IMAGES=$(wildcard images/*.png) PDFS=$(SRCS:%.md=%.pdf)