summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1cf364e..1c0b52f 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ PANDOC_FILTERS := $(patsubst %,--lua-filter %,$(wildcard filters/*.lua))
10GLOBAL_METADATA := $(patsubst %,--metadata-file %,$(wildcard metadata/*.yaml)) 10GLOBAL_METADATA := $(patsubst %,--metadata-file %,$(wildcard metadata/*.yaml))
11 11
12CONTENT_SRC := $(shell find content -type f -name "*.md") 12CONTENT_SRC := $(shell find content -type f -name "*.md")
13FEED_SRC := $(shell grep -l "^create_feed: *true$$" $(CONTENT_SRC)) 13FEED_SRC := $(shell grep -l "^feed: *true$$" $(CONTENT_SRC))
14CONTENT_TEMPLATES_SRC := $(shell find templates -type f -name "*.html") 14CONTENT_TEMPLATES_SRC := $(shell find templates -type f -name "*.html")
15FEED_TEMPLATES_SRC := $(shell find templates -type f -name "*.xml") 15FEED_TEMPLATES_SRC := $(shell find templates -type f -name "*.xml")
16CSS_SRC := $(shell find assets/css -type f -name "*.scss") 16CSS_SRC := $(shell find assets/css -type f -name "*.scss")