diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2024-03-19 15:09:08 +0100 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-06-15 01:30:26 +0200 |
| commit | e254ef843ad19e72eff0327718b769f343835906 (patch) | |
| tree | 6bfbebc9d52551c3dfd440c7fb9907acddbcd8ae /Makefile | |
| parent | 1ec9f4c5f467bfea9a8bcb8726c6bd00333facd0 (diff) | |
| download | haunt-blog-e254ef843ad19e72eff0327718b769f343835906.tar.gz haunt-blog-e254ef843ad19e72eff0327718b769f343835906.tar.bz2 haunt-blog-e254ef843ad19e72eff0327718b769f343835906.zip | |
Makefile: help: Document build and deploy targets.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -134,6 +134,8 @@ deploy: build help: @printf "%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 deploy # 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 " \ " # reviewed manually before usage." \ |
