Sfoglia il codice sorgente

Makefile: no need to hardcode pdf file name

master
Dimitri Merejkowsky 4 anni fa
parent
commit
9bd7b786b7
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      saison-3/sessions/Makefile

+ 2
- 0
saison-3/sessions/Makefile Vedi File

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