aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2024-05-19 14:05:20 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2025-06-15 01:30:30 +0200
commit40b6f9c73d4e67fb54e2b5954aafcc0abe637ba8 (patch)
treee593c9c774da455cac05f31edc28a21d79004c58 /Makefile
parentcc92e096557c70e13b03bb6a4bafb2d171e44c5e (diff)
downloadhaunt-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--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e3fe878..8cbbb5f 100644
--- a/Makefile
+++ b/Makefile
@@ -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" \