summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-11-15 17:14:27 +0100
committerVolpeon <git@volpeon.ink>2021-11-15 17:14:27 +0100
commita2aa0c0a6261850800d97e735adad9b02236f1e3 (patch)
tree91ad486c0ccdbb1e1cd92a27dcfad504bcce7fca /Makefile
parentMove ASCII fox to partials (diff)
downloadvolpeon.ink-a2aa0c0a6261850800d97e735adad9b02236f1e3.tar.gz
volpeon.ink-a2aa0c0a6261850800d97e735adad9b02236f1e3.tar.bz2
volpeon.ink-a2aa0c0a6261850800d97e735adad9b02236f1e3.zip
Various adjustments
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")