From dcb2d64f96974e3951ef9f7a2e439b16860248f7 Mon Sep 17 00:00:00 2001 From: Qball Cow Date: Tue, 15 Apr 2014 17:16:55 +0200 Subject: [PATCH] Fix for issue #40. Make explicit makefile rule instead of % matching. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $< > $@ ##