howto-maintain: mention preformatted docs

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>
This commit is contained in:
Junio C Hamano
2024-08-14 16:03:26 -07:00
parent bb0498b1bb
commit 983555a1f2

View File

@ -181,6 +181,10 @@ by doing the following:
$ git diff ORIG_HEAD.. ;# final review $ git diff ORIG_HEAD.. ;# final review
$ make test ;# 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: - Handle the remaining patches:
- Anything unobvious that is applicable to 'master' (in other - Anything unobvious that is applicable to 'master' (in other