blob: 906d3a7d22ecf57207057afb469e8d60279e9ea5 (
plain)
1 diff -ur webkit-1.8.1/Tools/gtk/generate-gtkdoc webkit-1.8.1-patched/Tools/gtk/generate-gtkdoc
2 --- webkit-1.8.1/Tools/gtk/generate-gtkdoc 2012-04-22 19:27:07.000000000 -0400
3 +++ webkit-1.8.1-patched/Tools/gtk/generate-gtkdoc 2012-06-18 21:06:35.000000000 -0400
4 @@ -142,8 +142,8 @@
5 if not os.path.isdir(options['output_dir']):
6 print "Documentation was not generated"
7 return
8 - generator = gtkdoc.PkgConfigGTKDoc(pkg_config_path, options)
9 - generator.rebase_installed_docs()
10 + #generator = gtkdoc.PkgConfigGTKDoc(pkg_config_path, options)
11 + #generator.rebase_installed_docs()
12
13 configure_logging()
14
|