Disabling the building of documentation - how?

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Disabling the building of documentation - how?

Graham Leggett
Hi all,

I need to stop the gstreamer build from running xsltproc to build docs, as it’s taking hours and hours to do so on an RPi.

What is the official way to suppress this?

Regards,
Graham



_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

smime.p7s (4K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Disabling the building of documentation - how?

Tim Müller
On Thu, 2016-11-24 at 15:34 +0200, Graham Leggett wrote:

Hi,

> I need to stop the gstreamer build from running xsltproc to build
> docs, as it’s taking hours and hours to do so on an RPi.
>
> What is the official way to suppress this?

See ./configure --help | grep doc

Passing --disable-gtk-doc to configure or autogen.sh should do the
trick. For older versions (not git master) you'll also want --disable-
docbook.

If you just want to finish your build without running autogen etc.
again you can also edit the top-level "Makefile" and remove the docs
subdir from the "SUBDIRS = " assignment line in there and then run
'make' again.

Cheers
 -Tim

--
Tim Müller, Centricular Ltd - http://www.centricular.com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Disabling the building of documentation - how?

Graham Leggett
On 24 Nov 2016, at 3:57 PM, Tim Müller <[hidden email]> wrote:

> See ./configure --help | grep doc
>
> Passing --disable-gtk-doc to configure or autogen.sh should do the
> trick.

No luck, I’ve still got xsltproc running:

  DOC   Scanning header files
  DOC   Introspecting gobjects
  DOC   Merging introspection data
  DOC   Scanning header files
  DOC   Building XML
./gstreamer-plugins-unused.txt:1: warning: 15 unused declarations.They should be added to gstreamer-plugins-sections.txt in the appropriate place.
  DOC   Building HTML
  DOC   Building XML

Regards,
Graham



_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

smime.p7s (4K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Disabling the building of documentation - how?

Tim Müller
On Thu, 2016-11-24 at 16:58 +0200, Graham Leggett wrote:

> > Passing --disable-gtk-doc to configure or autogen.sh should do the
> > trick.
>
> No luck, I’ve still got xsltproc running:
>
>   DOC   Scanning header files
>   DOC   Introspecting gobjects
>   DOC   Merging introspection data
>   DOC   Scanning header files
>   DOC   Building XML
> ./gstreamer-plugins-unused.txt:1: warning: 15 unused
> declarations.They should be added to gstreamer-plugins-sections.txt
> in the appropriate place.
>   DOC   Building HTML
>   DOC   Building XML

Works fine for me with a clean gstreamer core checkout from git.

I think we need more information from you then to figure out why it
didn't work, ie. autogen/configure invocation, output, config.log.

Cheers
 -Tim

--
Tim Müller, Centricular Ltd - http://www.centricular.com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel