Include README.html in distribution.

This commit is contained in:
Qball Cow 2014-03-20 08:51:54 +01:00
parent 4d37cf35dc
commit eccd0a4a1a
1 changed files with 11 additions and 1 deletions

View File

@ -43,9 +43,19 @@ man1_MANS=\
##
# Readme.md
##
markdown_FILES=\
markdown_SC_FILES=\
README.md
# want the html to show up in release.
md_verbose = $(md_verbose_@AM_V@)
md_verbose_ = $(md_verbose_@AM_DEFAULT_V@)
md_verbose_0 = @echo " MD" $@;
markdown_FILES=\
README.html
%.html: %.md
$(md_verbose) markdown $< > $@
##
# Extra DIST