Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1587142

Re: making documentation targets on v4.10 with Fedora 25

From Markus Heiser <markus.heiser@darmarit.de>
Newsgroups linux.kernel
Subject Re: making documentation targets on v4.10 with Fedora 25
Date 2017-02-23 23:20 +0100
Message-ID <te9TY-7sz-31@gated-at.bofh.it> (permalink)
References <td1OO-kv-23@gated-at.bofh.it> <tdYlP-7YH-13@gated-at.bofh.it> <te7yO-5M1-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw



On 23.02.2017 20:44, Jim Davis wrote:
> On Thu, Feb 23, 2017 at 2:59 AM, Jani Nikula
> <jani.nikula@linux.intel.com> wrote:
>> On Mon, 20 Feb 2017, Jim Davis <jim.epost@gmail.com> wrote:
>>> For the Sphinx targets, htmldocs, pdfdocs, epubdocs, and cleandocs
>>> failed.  cleandocs works without the O= argument, and arguably the O=
>>> thing isn't very useful with any of these targets, but it is supported
>>> by the top-level Makefile.
>>
>> Why do you say O= isn't useful with the targets?
>
> You're right, they are.  Silly me.
>
> Something like
>
> diff --git a/Documentation/Makefile.sphinx b/Documentation/Makefile.sphinx
> index 707c65337ebf..eb4294322150 100644
> --- a/Documentation/Makefile.sphinx
> +++ b/Documentation/Makefile.sphinx
> @@ -98,7 +98,7 @@ installmandocs:
>
>  cleandocs:
>         $(Q)rm -rf $(BUILDDIR)
> -       $(Q)$(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) -C Documentation/media clean
> +       $(Q)$(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) -C
> $(srctree)/Documentation/media clean
>
>  endif # HAVE_SPHINX
>
> seems to get cleandocs working again.

I guess the O= error was already patched:

   http://www.spinics.net/lists/linux-doc/msg42989.html


-- Markus --

>
>

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

making documentation targets on v4.10 with Fedora 25 Jim Davis <jim.epost@gmail.com> - 2017-02-20 20:30 +0100
  Re: making documentation targets on v4.10 with Fedora 25 Jonathan Corbet <corbet@lwn.net> - 2017-02-21 00:30 +0100
    Re: making documentation targets on v4.10 with Fedora 25 Jim Davis <jim.epost@gmail.com> - 2017-02-22 18:40 +0100
    Re: making documentation targets on v4.10 with Fedora 25 Jim Davis <jim.epost@gmail.com> - 2017-02-23 23:50 +0100
  Re: making documentation targets on v4.10 with Fedora 25 Jani Nikula <jani.nikula@linux.intel.com> - 2017-02-23 11:00 +0100
    Re: making documentation targets on v4.10 with Fedora 25 Jim Davis <jim.epost@gmail.com> - 2017-02-23 20:50 +0100
      Re: making documentation targets on v4.10 with Fedora 25 Markus Heiser <markus.heiser@darmarit.de> - 2017-02-23 23:20 +0100

csiph-web