git-imerge/Makefile
2020-09-19 18:16:10 +02:00

9 lines
166 B
Makefile

all:
module := doc/presentations/GitMerge-2013
html: $(module)/talk.html
$(module)/talk.html: $(module)/talk.rst
rst2s5 --theme=small-white --current-slide $< $@