summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5be9133..831c81d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
markdown-snippets := topbar.mdwn footer.mdwn
hypertext-snippets = $(markdown-snippets:%.mdwn=%.html)
-markdown := $(filter-out $(markdown-snippets),$(wildcard *.mdwn))
+markdown := $(filter-out $(markdown-snippets),$(wildcard *.mdwn */*.mdwn */*/*.mdwn))
hypertext = $(subst index/index,index,$(markdown:%.mdwn=%/index.html))
all: $(hypertext) style.css