diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2024-03-01 09:13:41 +0100 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-06-15 01:30:21 +0200 |
| commit | a12eabad144e5e73b7ace90b1f75b078ed7ff37d (patch) | |
| tree | 12940f543265042037cd85d125099d4ad26edd31 /Makefile | |
| parent | bbea73d1c21e11e35b252edf41c107536be8e98e (diff) | |
| download | haunt-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
