summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 22ce39a..4fbba70 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ OPENRING_FOOTER=tmp/openring.html
OPENRING_URLS=src/urls
BLOG_SOURCES=$(wildcard src/blog/*.md)
-SOURCES=$(wildcard src/*.md) $(BLOG_SOURCES)
+SOURCES=$(shell find src -type f -name "*.md")
TMP_HTML=$(patsubst src/%.md, tmp/%.content.html, $(SOURCES))
HTML=$(patsubst src/%.md, out/%.html, $(SOURCES))