summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2015-10-16 14:38:50 +0200
committerJonas Smedegaard <dr@jones.dk>2015-10-16 14:38:50 +0200
commit720c0d53bd966797ab8d0ee5f4f15fcaeb565ccc (patch)
tree8649233c1e2b5472c3cda39302a2258df79522e8
parent77595e479ae1226b44496c35c63bf26492715bc4 (diff)
Include hypertext 1-2 levels deep.
-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