From 4d330ede284f82ea4445584392aef54e3a62dcef Mon Sep 17 00:00:00 2001 From: relikd Date: Tue, 19 Sep 2023 18:11:29 +0200 Subject: [PATCH] doc: fix Makefile pdf hint --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c86f82c..8924a89 100644 --- a/Makefile +++ b/Makefile @@ -15,9 +15,9 @@ help: @echo ' plugins - Clean and rebuild plugin cache' @echo @echo ' server - Start lektor server with live change updates' - @echo ' build - Build deployable website into ./bin (incl. PDF)' + @echo ' build - Build deployable website into ./bin' + @echo ' pdf - Generate PDF from tex (after build)' @echo ' deploy - Custom rsync command to sync ./bin to remote server' - @echo ' pdf - Generate PDF from tex' @echo @echo ' find-links - Search for cross reference between recipes' @echo ' find-yield - Print unique `yield:` attribute values'