summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-04-17 16:31:44 -0300
committerEuAndreh <eu@euandre.org>2025-04-17 16:31:44 -0300
commite7bea2a9cc24cbd654d8afa5d95a932b36889e06 (patch)
tree9184c6a909397bbb18b61877ec2a166a160f1cd4 /Makefile
parentsrc/content/style.css: Fix selector of collection listing (diff)
downloadeuandre.org-main.tar.gz
euandre.org-main.tar.xz
src/content/tils/index.adoc: Recover introduction of TIL page listingHEADmain
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2c5f2bf..2fc2024 100644
--- a/Makefile
+++ b/Makefile
@@ -222,7 +222,7 @@ src/global.conf: src/base.conf
mkwb conf -G src/base.conf > $@
$(listings.html):
- cat $*.htmlheader $*.htmllisting $*.htmlbody $*.htmlfooter > $@
+ cat $*.htmlheader $*.htmlbody $*.htmllisting $*.htmlfooter > $@
$(indexes.htmllisting):
mkwb indexbody $*.conf > $@