From 881975e3ea9608859f3325df6382b7e51d215984 Mon Sep 17 00:00:00 2001 From: relikd Date: Wed, 30 Aug 2023 12:48:09 +0200 Subject: [PATCH] docs: update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1360b7e..c86f82c 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ help: @echo ' server - Start lektor server with live change updates' @echo ' build - Build deployable website into ./bin (incl. PDF)' @echo ' deploy - Custom rsync command to sync ./bin to remote server' - @echo ' pdf - Generate PDF from tex (not needed if `make build`)' + @echo ' pdf - Generate PDF from tex' @echo @echo ' find-links - Search for cross reference between recipes' @echo ' find-yield - Print unique `yield:` attribute values'