From bf586a07e06a07c9d70403ba4085a2f922bdf92d Mon Sep 17 00:00:00 2001 From: Griatch Date: Tue, 26 Oct 2021 21:34:32 +0200 Subject: [PATCH] Fix doc makefile --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 0493d9760c..f494267793 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -34,7 +34,7 @@ help: @echo " $(cblue)quick$(cnorm) to build local docs but skip the autodocs (for quick testing)" @echo " $(cblue)quickstrict$(cnorm) to build like 'quick' but abort immediately on any error" @echo " $(cblue)local$(cnorm) to build local html docs of the current branch (no multiversion)." - @echo " $(cblue)localupdate$(cnorm) to build local html docs (only update changes) + @echo " $(cblue)localupdate$(cnorm) to build local html docs (only update changes)" @echo " $(cblue)mv-local$(cnorm) to build multiversion html docs, without deploying (req: local git commit first)" @echo " $(cblue)deploy$(cnorm) to deploy previously built multiversion docs online (req: commit and github push access)" @echo " $(cblue)release$(cnorm) to build + deploy multiversion docs online (req: commit and github push access)"