[PATCH 0/2] some fixes for docs Makefile

Mauro Carvalho Chehab posted 2 patches 5 days, 11 hours ago
Documentation/Makefile          | 13 ++++---------
tools/docs/sphinx-build-wrapper | 18 ++++++++++++------
2 files changed, 16 insertions(+), 15 deletions(-)
[PATCH 0/2] some fixes for docs Makefile
Posted by Mauro Carvalho Chehab 5 days, 11 hours ago
Hi Jon,

Another small series against build-script branch with fixes.

The first one removes bogus warnings when latex is not installed.
The second one has a small fix to avoid writing *.pyc cache at the
source dir.

Mauro Carvalho Chehab (2):
  tools/docs/sphinx-build-wrapper: allow skipping sphinx-build step
  docs: Makefile: avoid a warning when using without texlive

 Documentation/Makefile          | 13 ++++---------
 tools/docs/sphinx-build-wrapper | 18 ++++++++++++------
 2 files changed, 16 insertions(+), 15 deletions(-)

-- 
2.51.0
Re: [PATCH 0/2] some fixes for docs Makefile
Posted by Jonathan Corbet 8 hours ago
Mauro Carvalho Chehab <mchehab+huawei@kernel.org> writes:

> Hi Jon,
>
> Another small series against build-script branch with fixes.
>
> The first one removes bogus warnings when latex is not installed.
> The second one has a small fix to avoid writing *.pyc cache at the
> source dir.
>
> Mauro Carvalho Chehab (2):
>   tools/docs/sphinx-build-wrapper: allow skipping sphinx-build step
>   docs: Makefile: avoid a warning when using without texlive
>
>  Documentation/Makefile          | 13 ++++---------
>  tools/docs/sphinx-build-wrapper | 18 ++++++++++++------
>  2 files changed, 16 insertions(+), 15 deletions(-)

I've kind of lost the plot with all of these patches but, in any case,
this one doesn't apply here.  If it's still needed, can I request a
resend?

Thanks,

jon
Re: [PATCH 0/2] some fixes for docs Makefile
Posted by Mauro Carvalho Chehab 8 hours ago
On Wed, Oct 01, 2025 at 06:58:41AM -0600, Jonathan Corbet wrote:
> Mauro Carvalho Chehab <mchehab+huawei@kernel.org> writes:
> 
> > Hi Jon,
> >
> > Another small series against build-script branch with fixes.
> >
> > The first one removes bogus warnings when latex is not installed.
> > The second one has a small fix to avoid writing *.pyc cache at the
> > source dir.
> >
> > Mauro Carvalho Chehab (2):
> >   tools/docs/sphinx-build-wrapper: allow skipping sphinx-build step
> >   docs: Makefile: avoid a warning when using without texlive
> >
> >  Documentation/Makefile          | 13 ++++---------
> >  tools/docs/sphinx-build-wrapper | 18 ++++++++++++------
> >  2 files changed, 16 insertions(+), 15 deletions(-)
> 
> I've kind of lost the plot with all of these patches but, in any case,
> this one doesn't apply here.  If it's still needed, can I request a
> resend?

Sure. I'll rebase what I have, retest and send you on a single
patch series.

> 
> Thanks,
> 
> jon

-- 
Thanks,
Mauro