diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -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): |