add org-mode form of game, generated from main md file
This commit is contained in:
parent
1b0933ed06
commit
3b3c63fd61
8
Makefile
8
Makefile
|
@ -1,6 +1,7 @@
|
|||
all: full_game
|
||||
|
||||
full_game: release/mindfulness_the_game.pdf
|
||||
full_game: release/mindfulness_the_game.pdf \
|
||||
release/mindfulness_the_game.org
|
||||
|
||||
release/mindfulness_the_game.pdf : mindfulness_the_game.md
|
||||
pandoc --pdf-engine=xelatex \
|
||||
|
@ -8,5 +9,10 @@ release/mindfulness_the_game.pdf : mindfulness_the_game.md
|
|||
-o release/mindfulness_the_game.pdf \
|
||||
mindfulness_the_game.md
|
||||
|
||||
release/mindfulness_the_game.org : mindfulness_the_game.md
|
||||
pandoc \
|
||||
-o release/mindfulness_the_game.org \
|
||||
mindfulness_the_game.md
|
||||
|
||||
clean:
|
||||
rm *.pdf
|
||||
|
|
Loading…
Reference in a new issue