Bug 77094 - [GTK] API documentation is not installed even when building with --enable-gtk-doc
Summary: [GTK] API documentation is not installed even when building with --enable-gtk...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 77551
  Show dependency treegraph
 
Reported: 2012-01-26 04:57 PST by Carlos Garcia Campos
Modified: 2012-02-01 10:01 PST (History)
2 users (show)

See Also:


Attachments
Patch (3.16 KB, patch)
2012-02-01 02:34 PST, Carlos Garcia Campos
mrobinson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2012-01-26 04:57:49 PST
API docs should be installed when building with --enable-gtk-doc. They are currently generated in buildir/Documentation, but they are not installed when doing make install.
Comment 1 Carlos Garcia Campos 2012-02-01 02:34:19 PST
Created attachment 124917 [details]
Patch
Comment 2 Martin Robinson 2012-02-01 08:45:11 PST
Comment on attachment 124917 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=124917&action=review

Thank you.

> Tools/GNUmakefile.am:288
> +	then echo 1>&2 'Nothing to install' ; \

Maybe say "No documentation to install here"

> Tools/GNUmakefile.am:309
> +	then echo 1>&2 'Nothing to install' ; \

Ditto.
Comment 3 Carlos Garcia Campos 2012-02-01 10:01:54 PST
Committed r106473: <http://trac.webkit.org/changeset/106473>