Bug 78828 - [GTK] Make install is broken when building without --enable-gtk-doc
Summary: [GTK] Make install is broken when building without --enable-gtk-doc
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2012-02-16 10:21 PST by Carlos Garcia Campos
Modified: 2012-02-16 23:23 PST (History)
1 user (show)

See Also:


Attachments
Patch (1.14 KB, patch)
2012-02-16 10:22 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-02-16 10:21:16 PST
No documentation to install
No documentation to install
../Tools/gtk/generate-gtkdoc --rebase --virtual-root=${DESTDIR}
Rebasing WebKit1 documentation...
Running gtkdoc-rebase
Traceback (most recent call last):
  File "../Tools/gtk/generate-gtkdoc", line 166, in <module>
    rebase_installed_docs(pkg_config_path, options)
  File "../Tools/gtk/generate-gtkdoc", line 143, in rebase_installed_docs
    generator.rebase_installed_docs()
  File "/home/cgarcia/src/git/gnome/WebKit/Tools/gtk/gtkdoc.py", line 373, in rebase_installed_docs
    self._run_command(args, cwd=self.output_dir)
  File "/home/cgarcia/src/git/gnome/WebKit/Tools/gtk/gtkdoc.py", line 187, in _run_command
    stderr=subprocess.PIPE)
  File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1239, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory: '/home/cgarcia/src/git/gnome/WebKit/WebKitBuild/Documentation/webkitgtk'
Comment 1 Carlos Garcia Campos 2012-02-16 10:22:54 PST
Created attachment 127402 [details]
Patch
Comment 2 Carlos Garcia Campos 2012-02-16 23:23:47 PST
Committed r108039: <http://trac.webkit.org/changeset/108039>