tidy-html5/Makefile
Michael[tm] Smith 3660559ca9 new
2011-11-17 12:16:11 +09:00

8 lines
121 B
Makefile

HTML2MARKDOWN=html2text
README.md: README.html
$(HTML2MARKDOWN) $(HTML2MARKDOWNFLAGS) $< > $@
clean:
$(RM) README.md