On Fri, Apr 23, 2021 at 06:31:08PM +0200, Michael Opdenacker wrote: > - Ask to CC the docs@lists.yoctoproject.org mailing list it adds 2nd --to which is probably fine, just doesn't match with commit message > - doc/README: fix the command to generate the manual > > Signed-off-by: Michael Opdenacker > --- > README | 5 +++++ > doc/README | 2 +- > 2 files changed, 6 insertions(+), 1 deletion(-) > > diff --git a/README b/README > index 96e6007e..5034a9bf 100644 > --- a/README > +++ b/README > @@ -26,6 +26,11 @@ branch, type: > > git send-email -M -1 --to bitbake-devel@lists.openembedded.org > > +If you're sending a patch related to the BitBake manual, make sure you copy > +the Yocto Project documentation mailing list: > + > + git send-email -M -1 --to bitbake-devel@lists.openembedded.org --to docs@lists.yoctoproject.org > + > Mailing list: > > http://lists.openembedded.org/mailman/listinfo/bitbake-devel > diff --git a/doc/README b/doc/README > index cbb5215d..1f8e0f6e 100644 > --- a/doc/README > +++ b/doc/README > @@ -47,7 +47,7 @@ To install all required packages run: > > To build the documentation locally, run: > > - $ cd documentation > + $ cd doc > $ make html > > The resulting HTML index page will be _build/html/index.html, and you > -- > 2.25.1 > > > >