Skip to content

Commit

Permalink
Add help target
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Jul 26, 2024
1 parent 7df37a3 commit a4d5205
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ HUGO_CMD=${HUGO_DIR}/hugo
#: Display this help (i.e. list all available targets). (DEFAULT TARGET)
help:
@echo "Make targets for ivoa-web"
@echo "make help - Display help (default target)."
@echo "make preview - Start the preview service (on port 1313). All required tools are installed/upgraded automatically, when needed."
@echo "make list-draft - List all draft pages (i.e. all pages only visible in preview mode)."
@echo "make install - Install Hugo (or upgrade it if a different version is set in Makefile)."
Expand Down

0 comments on commit a4d5205

Please sign in to comment.