git-imerge/Makefile
2013-05-11 18:01:12 +02:00

20 lines
265 B
Makefile

RST := \
README.rst \
TODO.rst
all:
html: $(RST:.rst=.html)
%.html: %.rst
rst2html $< >$@
module := doc/presentations/GitMerge-2013
html: $(module)/talk.html
$(module)/talk.html: $(module)/talk.rst
rst2s5 --theme=small-white --current-slide $< $@