]> git.ipfire.org Git - thirdparty/git.git/commitdiff
howto-maintain: mention preformatted docs
authorJunio C Hamano <gitster@pobox.com>
Wed, 14 Aug 2024 23:03:26 +0000 (16:03 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Aug 2024 23:04:18 +0000 (16:04 -0700)
Forgot to mention that the preformatted documentation repositories
are updated every time the master branch of the project advances.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/howto/maintain-git.txt

index 41f54050f84e0e8d9da8f1f4c5641b85354ec5ae..da31332f11398d5857dce8d76fc0a777ceb2566b 100644 (file)
@@ -181,6 +181,10 @@ by doing the following:
      $ git diff ORIG_HEAD..   ;# final review
      $ make test              ;# final review
 
+   If the tip of 'master' is updated, also generate the preformatted
+   documentation and push the out result to git-htmldocs and
+   git-manpages repositories.
+
  - Handle the remaining patches:
 
    - Anything unobvious that is applicable to 'master' (in other