summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-04-11 19:52:05 -0300
committerEuAndreh <eu@euandre.org>2025-04-11 19:52:05 -0300
commit1088d05aa8d01b9e98d495c1327f242982450f31 (patch)
tree4707f60bdc1e3b6e092691ac48426b3c0b8d4482 /Makefile
parentmkdeps.sh: Put .gz at the beginning of prints (diff)
downloadeuandre.org-1088d05aa8d01b9e98d495c1327f242982450f31.tar.gz
euandre.org-1088d05aa8d01b9e98d495c1327f242982450f31.tar.xz
mkdeps.sh: Rename "listings" to "indexes"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index e749e87..bd12b3a 100644
--- a/Makefile
+++ b/Makefile
@@ -75,7 +75,7 @@ all:
include deps.mk
-sources.adoc = $(articles.adoc) $(listings.adoc) $(pages.adoc)
+sources.adoc = $(articles.adoc) $(indexes.adoc) $(pages.adoc)
sources.htmlbody = $(sources.adoc:.adoc=.htmlbody)
sources.html = $(sources.adoc:.adoc=.html)
sources.snippets = $(sources.adoc:.adoc=.snippets)
@@ -87,10 +87,10 @@ articles.indexentry = $(articles.adoc:.adoc=.indexentry)
articles.feedentry = $(articles.adoc:.adoc=.feedentry)
articles.sortdata = $(articles.adoc:.adoc=.sortdata)
articles.categorydata = $(articles.adoc:.adoc=.categorydata)
-listings.htmlheader = $(listings.adoc:.adoc=.htmlheader)
-listings.htmlfooter = $(listings.adoc:.adoc=.htmlfooter)
-listings.htmllisting = $(listings.adoc:.adoc=.htmllisting)
-listings.html = $(listings.adoc:.adoc=.html)
+indexes.htmlheader = $(indexes.adoc:.adoc=.htmlheader)
+indexes.htmlfooter = $(indexes.adoc:.adoc=.htmlfooter)
+indexes.htmllisting = $(indexes.adoc:.adoc=.htmllisting)
+indexes.html = $(indexes.adoc:.adoc=.html)
categories.xml = $(categories.txt:.txt=.xml)
categories.xml.gz = $(categories.txt:.txt=.xml.gz)
@@ -156,9 +156,9 @@ derived-assets = \
src/dyn.conf \
src/base.conf \
src/global.conf \
- $(listings.htmlheader) \
- $(listings.htmlfooter) \
- $(listings.htmllisting) \
+ $(indexes.htmlheader) \
+ $(indexes.htmlfooter) \
+ $(indexes.htmllisting) \
$(articles.indexentry) \
$(articles.feedentry) \
$(articles.sortdata) \
@@ -218,7 +218,7 @@ src/base.conf: src/dyn.conf src/static.conf
src/global.conf: src/base.conf
mkwb conf -G src/base.conf > $@
-$(listings.html):
+$(indexes.html):
cat $*.htmlheader $*.htmllisting $*.htmlbody $*.htmlfooter > $@
$(categories.txt):