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