aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Thompson <daniel.thompson@linaro.org>2016-05-16 15:42:01 +0100
committerDaniel Thompson <daniel.thompson@linaro.org>2016-05-16 15:42:01 +0100
commit010c5fd2743fe457f9799db4c697748c4bd080bf (patch)
tree35ec09ccb971d6278981bdfda0a55cf8e713821f
parentaa17578f3ad01dd7cf7b0daff61fd239c8d90807 (diff)
Makefile: Ensure make clean doesn't touch README.md
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b2cd19b..848b5ec 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
# Split out pages from the FAQ nursery ready to copy to wordpress
#
-MD = $(wildcard *.md)
+MD = $(subst README.md,,$(wildcard *.md))
HTML = $(MD:%.md=%.html)
WP = $(HTML:%.html=%.wp)