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