Explorar el Código

Makefile: no need to hardcode pdf file name

master
Dimitri Merejkowsky hace 4 años
padre
commit
9bd7b786b7
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      saison-3/sessions/Makefile

+ 2
- 0
saison-3/sessions/Makefile Ver fichero

@@ -0,0 +1,2 @@
%.pdf: %.md
pandoc --pdf-engine=xelatex -t beamer $< -o $@