From a2aa0c0a6261850800d97e735adad9b02236f1e3 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 15 Nov 2021 17:14:27 +0100 Subject: Various adjustments --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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)) GLOBAL_METADATA := $(patsubst %,--metadata-file %,$(wildcard metadata/*.yaml)) CONTENT_SRC := $(shell find content -type f -name "*.md") -FEED_SRC := $(shell grep -l "^create_feed: *true$$" $(CONTENT_SRC)) +FEED_SRC := $(shell grep -l "^feed: *true$$" $(CONTENT_SRC)) CONTENT_TEMPLATES_SRC := $(shell find templates -type f -name "*.html") FEED_TEMPLATES_SRC := $(shell find templates -type f -name "*.xml") CSS_SRC := $(shell find assets/css -type f -name "*.scss") -- cgit v1.2.3-70-g09d2