diff options
author | Siri Reiter <siri@jones.dk> | 2015-10-15 23:19:57 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2015-10-15 23:19:57 +0200 |
commit | ca3e9771f4b01862c307c3633f6f5e8563225edf (patch) | |
tree | 96d38bdc7d9b84d58df17abcfbff9806e7fb91fa /Makefile | |
parent | 56a1bb6b08cd2f411ce4069103b5a9c7a4fc7bcf (diff) |
Exclude snippets (topbar, for now) as web pages.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |