diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -23,7 +23,7 @@ GUIX_PYTHON_PACKAGES ?= python python-beautifulsoup4 python-html2text python-sh CONVERT ?= $(GUIX_SHELL) $(GUIX_PYTHON_PACKAGES) -- python3 wordpresshtml2commonmark.py HAUNT ?= $(GUIX_SHELL) --with-patch=guile=patches/$(GUILE_PATCH) haunt -- haunt - +HAUNT_SERVE ?= $(GUIX_SHELL) -N --with-patch=guile=patches/$(GUILE_PATCH) haunt -- haunt serve HAUNT_PORT ?= 1968 VENDOR_REPLICANT_ARTWORK_REV ?= fc213d2ca94cef9047d1e4a71c21c4c4c87f349d @@ -219,8 +219,8 @@ help: "make markdown # create markdown pages. To be done after reviewing links.txt." \ "make check # Run tests." \ -serve: - $(HAUNT) serve -w -p $(HAUNT_PORT) +serve: build + $(HAUNT_SERVE) -w -p $(HAUNT_PORT) website.tar.gz: build tar \ |
