From 1088d05aa8d01b9e98d495c1327f242982450f31 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 11 Apr 2025 19:52:05 -0300 Subject: mkdeps.sh: Rename "listings" to "indexes" --- Makefile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'Makefile') 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): -- cgit v1.2.3