diff options
author | Jonas Smedegaard <dr@jones.dk> | 2015-10-16 14:38:50 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-10-16 14:38:50 +0200 |
commit | 720c0d53bd966797ab8d0ee5f4f15fcaeb565ccc (patch) | |
tree | 8649233c1e2b5472c3cda39302a2258df79522e8 | |
parent | 77595e479ae1226b44496c35c63bf26492715bc4 (diff) |
Include hypertext 1-2 levels deep.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |