summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorQball Cow <qball@gmpclient.org>2014-03-20 08:51:54 +0100
committerQball Cow <qball@gmpclient.org>2014-03-20 08:51:54 +0100
commiteccd0a4a1a266c86271600e5692c0c4a827f16b6 (patch)
tree3cd2f7cec4a88a7d1727a59b373350b08c73e1c6 /Makefile.am
parent4d37cf35dc0a64abf3ca0f672807dd94e01c02b0 (diff)
Include README.html in distribution.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am12
1 files changed, 11 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 237d0108..8c97bbcf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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