Note:
Because our webkit package is build the gtk port by default we agreed in
renaming the package to webkitgtk and use the offical stable releases from
the WebKitGTK+ project (http://webkitgtk.org).
The Qt port of webkit is included within qt >= 4.7 so there is no real
need to build that port from the nightly snapshots we are currently unsing!
For other ports like the EFL port we have to decide later how we are going
to handle those cases!
Note:
Following text is taken from the 'INSTALL' included within the git source.
--------------------------------------------------------------------------
- To build and install documentation suite, you need to have
the asciidoc/xmlto toolchain. Because not many people are
inclined to install the tools, the default build target
("make all") does _not_ build them.
"make doc" builds documentation in man and html formats; there are
also "make man", "make html" and "make info". Note that "make html"
requires asciidoc, but not xmlto. "make man" (and thus make doc)
requires both.
"make install-doc" installs documentation in man format only; there
are also "make install-man", "make install-html" and "make
install-info".
Building and installing the info file additionally requires
makeinfo and docbook2X. Version 0.8.3 is known to work.
Building and installing the pdf file additionally requires
dblatex. Version 0.2.7 with asciidoc >= 8.2.7 is known to work.
The documentation is written for AsciiDoc 7, but "make
ASCIIDOC8=YesPlease doc" will let you format with AsciiDoc 8.
--------------------------------------------------------------------------