summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQball Cow <qball@gmpclient.nl>2014-04-15 17:16:55 +0200
committerQball Cow <qball@gmpclient.nl>2014-04-15 17:16:55 +0200
commitdcb2d64f96974e3951ef9f7a2e439b16860248f7 (patch)
treea0202bf173978c599257481fb4fa588ac7834a32
parentde21215491759b0a58eac5dfef35ba37e41c9aea (diff)
Fix for issue #40. Make explicit makefile rule instead of % matching.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8c97bbcf..0b846869 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -54,7 +54,7 @@ md_verbose_0 = @echo " MD" $@;
markdown_FILES=\
README.html
-%.html: %.md
+README.html: README.md
$(md_verbose) markdown $< > $@
##