From 40b6f9c73d4e67fb54e2b5954aafcc0abe637ba8 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sun, 19 May 2024 14:05:20 +0200 Subject: Makefile: help: document 'make serve'. Signed-off-by: Denis 'GNUtoo' Carikli --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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" \ -- cgit v1.2.3