[igt-dev] [PATCH i-g-t] meson: build Xe test documentation

Mauro Carvalho Chehab mauro.chehab at linux.intel.com
Tue Mar 14 11:09:43 UTC 2023


On Tue, 14 Mar 2023 11:50:35 +0200
Petri Latvala <adrinael at adrinael.net> wrote:

> On Tue, Mar 14, 2023 at 07:53:44AM +0100, Mauro Carvalho Chehab wrote:
> > From: Mauro Carvalho Chehab <mchehab at kernel.org>
> > 
> > Add the remaining changes at meson for it to build Xe documentation
> > on html format.
> > 
> > Signed-off-by: Mauro Carvalho Chehab <mchehab at kernel.org>
> > ---
> >  docs/meson.build           |  1 +
> >  docs/testplan/conf.py      | 32 +++++++++++++++++++++++++++
> >  docs/testplan/testplan.css |  7 ++++++
> >  meson_options.txt          |  8 +++++++
> >  scripts/gen_rst_index      | 44 ++++++++++++++++++++++++++++++++++++++
> >  scripts/meson.build        |  3 +++
> >  6 files changed, 95 insertions(+)
> >  create mode 100644 docs/testplan/conf.py
> >  create mode 100644 docs/testplan/testplan.css
> >  create mode 100755 scripts/gen_rst_index
> > 
> > diff --git a/docs/meson.build b/docs/meson.build
> > index ead14c4015d9..01edf64f04a8 100644
> > --- a/docs/meson.build
> > +++ b/docs/meson.build
> > @@ -1 +1,2 @@
> >  subdir('reference')
> > +subdir('testplan')
> 
> Did you forget to git add docs/testplan/meson.build?

It was already added on this commit:

commit 2afc0e59eb2dfaa97e61895b8191b39044050dc7
Author:     Mauro Carvalho Chehab <mchehab at kernel.org>
AuthorDate: Fri Mar 10 20:41:18 2023 +0100
Commit:     Zbigniew Kempczyński <zbigniew.kempczynski at intel.com>
CommitDate: Mon Mar 13 21:02:19 2023 +0100

    testplan/meson.build: add targets to build Xe test documentation
    
    Produce documentation from igt_doc.py markups inside the Xe driver
    at build time.
    
    Signed-off-by: Mauro Carvalho Chehab <mchehab at kernel.org>
    Acked-by: Zbigniew Kempczyński <zbigniew.kempczynski at intel.com>

This patch contains a left-over from the committed series.

Regards,
Mauro


More information about the igt-dev mailing list