when installing gtk+ without the doc use flag it still installs over 15M worth of documentation in /usr/share/gtk-doc/html/gtk Reproducible: Always Steps to Reproduce: 1. emerge gtk+ 2. equery files gtk+ 3. Actual Results: many files in /usr/share/gtk-doc/html Expected Results: only a few skelleton files in /usr/share/gtk-doc
Thanks for the suggestion, but the custom is that USE=doc is used for installing documentation when it takes a long time to build or needs extra downloading. Neither is the case here. With USE=doc on gtk+ you get the docs rebuilt, which takes time but has the benefit of getting the docs to cross-link (HTML hyperlinks) against other libraries functions (such as glib or pango) correctly. If you don't want no gnome libraries API docs, you can considering adding /usr/share/gtk-doc into your INSTALL_MASK instead.