diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2024-05-19 14:05:20 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-06-15 01:30:30 +0200 |
| commit | 40b6f9c73d4e67fb54e2b5954aafcc0abe637ba8 (patch) | |
| tree | e593c9c774da455cac05f31edc28a21d79004c58 /Makefile | |
| parent | cc92e096557c70e13b03bb6a4bafb2d171e44c5e (diff) | |
| download | haunt-blog-40b6f9c73d4e67fb54e2b5954aafcc0abe637ba8.tar.gz haunt-blog-40b6f9c73d4e67fb54e2b5954aafcc0abe637ba8.tar.bz2 haunt-blog-40b6f9c73d4e67fb54e2b5954aafcc0abe637ba8.zip | |
Makefile: help: document 'make serve'.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -209,9 +209,10 @@ publish: build rsync -av site/ root@git.replicant.us:/var/www/blog.test.replicant.us/ help: - @printf "%s\n\t%s\n\t%s\n\t%s\n\t%s\n\t%s\n\t%s\n\t%s\n" \ + @printf "%s\n\t%s\n\t%s\n\t%s\n\t%s\n\t%s\n\t%s\n\t%s\n\t%s\n" \ "Available commands:" \ "make build # Generate the HTML files with haunt." \ + "make serve # run haunt serve -w -p $(HAUNT_PORT)" \ "make publish # Copy the html files to https://blog.test.replicant.us" \ "make links.txt # Create links.txt file with blog post links." \ " # For security reasons This file needs to be manually" \ |
