From ca3e9771f4b01862c307c3633f6f5e8563225edf Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Thu, 15 Oct 2015 23:19:57 +0200 Subject: Exclude snippets (topbar, for now) as web pages. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 183f04a..f56a684 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ -markdown := $(wildcard *.mdwn) +markdown-snippets := topbar.mdwn +markdown := $(filter-out $(markdown-snippets),$(wildcard *.mdwn)) hypertext = $(subst index/index,index,$(markdown:%.mdwn=%/index.html)) all: $(hypertext) -- cgit v1.2.3