aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2024-03-01 01:25:55 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2025-06-15 01:30:21 +0200
commit15a0beed6845bf8d6fe31ecc655c7d06ba95eb70 (patch)
treef4a1eb274e905ff4ef317196b211e1de92db8335 /Makefile
parent2733428c5d1098ac64786865de92beaa19bace6b (diff)
downloadhaunt-blog-15a0beed6845bf8d6fe31ecc655c7d06ba95eb70.tar.gz
haunt-blog-15a0beed6845bf8d6fe31ecc655c7d06ba95eb70.tar.bz2
haunt-blog-15a0beed6845bf8d6fe31ecc655c7d06ba95eb70.zip
Remove fix-dates.sh manual process.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4002deb..5c8f04b 100644
--- a/Makefile
+++ b/Makefile
@@ -92,6 +92,10 @@ markdown: html
done
build:
+ $(GUIX_SHELL) \
+ --with-patch=guile=v1-0001-SRFI-19-Add-support-for-ISO-8601-zones-with-a-col.patch \
+ haunt \
+ -- \
haunt build
help:
@@ -103,6 +107,10 @@ help:
"markdown # create markdown pages. To be done after reviewing links.txt." \
serve:
+ $(GUIX_SHELL) \
+ --with-patch=guile=v1-0001-SRFI-19-Add-support-for-ISO-8601-zones-with-a-col.patch \
+ haunt \
+ -- \
haunt serve -w -p $(HAUNT_PORT)
website.tar.gz: build