From 7614bf9602973d3fb57841d7ec8b87f1ed206140 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 22 May 2025 17:02:49 +0200 Subject: [PATCH] Docs: Fix outdated description of update in make help --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 244211af076..9880411e802 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -117,10 +117,10 @@ Utilities Create a compressed archive of the source code and all the libraries of dependencies. * update: - Updates git and all submodules and svn. + Update blender repository and libraries. * update_code: - Updates git and all submodules but not svn. + Updates blender repository only, without updating libraries. * format: Format source code using clang-format & autopep8 (uses PATHS if passed in). For example::