[GTK] doc rebasing does not respect DESTDIR
authorkov@webkit.org <kov@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 9 Feb 2012 02:28:31 +0000 (02:28 +0000)
committerkov@webkit.org <kov@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 9 Feb 2012 02:28:31 +0000 (02:28 +0000)
commit316a907b6cbf701a621851a0ee938833aa68b0c3
treeafcc4a0fa5fa07e33a0353a96e4de1d4779ef6dc
parentdb6a62c056ff4687506b99ef7bff7f6b6f7e5d8a
[GTK] doc rebasing does not respect DESTDIR
https://bugs.webkit.org/show_bug.cgi?id=78177

Reviewed by Martin Robinson.

* GNUmakefile.am: Pass DESTDIR on to generate-gtkdoc, when
calling it for rebasing.
* gtk/generate-gtkdoc:
(get_common_options): Handle the new --virtual-root option.
* gtk/gtkdoc.py:
(GTKDoc.rebase_installed_docs): If a virtual-root has been given, pass
it on to gtkdoc-rebase as dest-dir, and prefix the htmldir with it.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@107164 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Tools/ChangeLog
Tools/GNUmakefile.am
Tools/gtk/generate-gtkdoc
Tools/gtk/gtkdoc.py