Bug 77094

Summary: [GTK] API documentation is not installed even when building with --enable-gtk-doc
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: gustavo, xan.lopez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Bug Depends on:    
Bug Blocks: 77551    
Attachments:
Description Flags
Patch mrobinson: review+

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>