aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2024-03-01 09:13:41 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2025-06-15 01:30:21 +0200
commita12eabad144e5e73b7ace90b1f75b078ed7ff37d (patch)
tree12940f543265042037cd85d125099d4ad26edd31 /Makefile
parentbbea73d1c21e11e35b252edf41c107536be8e98e (diff)
downloadhaunt-blog-a12eabad144e5e73b7ace90b1f75b078ed7ff37d.tar.gz
haunt-blog-a12eabad144e5e73b7ace90b1f75b078ed7ff37d.tar.bz2
haunt-blog-a12eabad144e5e73b7ace90b1f75b078ed7ff37d.zip
Makefile: fix help.
Since the markdown target depends on the html target and that it is mentioned in the README, it's a good idea to mention it in the Makefile help as well. This was broken since the commit dac22e627f3c716201556537849743387464c73d ("Initial import") which is also the very first commit. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a716c33..4002deb 100644
--- a/Makefile
+++ b/Makefile
@@ -100,7 +100,7 @@ help:
"links.txt # Create links.txt file with blog post links." \
" # For security reasons This file needs to be manually " \
" # reviewed manually before usage." \
- "html # create html pages. To be done after reviewing links.txt." \
+ "markdown # create markdown pages. To be done after reviewing links.txt." \
serve:
haunt serve -w -p $(HAUNT_PORT)