doc: fix Makefile pdf hint

This commit is contained in:
relikd
2023-09-19 18:11:29 +02:00
parent 881975e3ea
commit 4d330ede28

View File

@@ -15,9 +15,9 @@ help:
@echo ' plugins - Clean and rebuild plugin cache' @echo ' plugins - Clean and rebuild plugin cache'
@echo @echo
@echo ' server - Start lektor server with live change updates' @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 ' deploy - Custom rsync command to sync ./bin to remote server'
@echo ' pdf - Generate PDF from tex'
@echo @echo
@echo ' find-links - Search for cross reference between recipes' @echo ' find-links - Search for cross reference between recipes'
@echo ' find-yield - Print unique `yield:` attribute values' @echo ' find-yield - Print unique `yield:` attribute values'