git-imerge/doc/presentations/GitMerge-2013/Makefile
Paul Wise 5f84eaf168
Add a clean target to the talk Makefile
So that it is easier to force a rebuild of the talk HTML.
2020-10-26 07:02:22 +08:00

10 lines
123 B
Makefile

all: html
html: talk.html
talk.html: talk.rst
rst2s5 --theme=small-white --current-slide $< $@
clean:
rm -f talk.html