From 720c0d53bd966797ab8d0ee5f4f15fcaeb565ccc Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 16 Oct 2015 14:38:50 +0200 Subject: Include hypertext 1-2 levels deep. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3