Bug 71224 - [GTK] Install html and tmpl dirs in a $(DOC_MODULE) dir in tarball
Summary: [GTK] Install html and tmpl dirs in a $(DOC_MODULE) dir in tarball
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:
 
Reported: 2011-10-31 09:06 PDT by Carlos Garcia Campos
Modified: 2011-10-31 10:43 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.63 KB, patch)
2011-10-31 09:09 PDT, 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 2011-10-31 09:06:36 PDT
Currently API docs are in tarball root directory, doc files already contain DOC_MODULE in the name, but dirs are html and tmpl. I suggest to move those dirs to $(distdir)/$(DOC_MODULE)/html and $(distdir)/$(DOC_MODULE)/tmpl so that it won't be a problem when gtk-doc is fixed in WebKit2.
Comment 1 Carlos Garcia Campos 2011-10-31 09:09:18 PDT
Created attachment 113056 [details]
Patch
Comment 2 Martin Robinson 2011-10-31 09:22:37 PDT
Comment on attachment 113056 [details]
Patch

Okay.
Comment 3 Carlos Garcia Campos 2011-10-31 10:43:24 PDT
Committed r98864: <http://trac.webkit.org/changeset/98864>