https://bugzilla.xfce.org/show_bug.cgi?id=13953
Skunnyk <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Skunnyk <[email protected]> --- --enable-gtk-doc-html default to yes, but only if --enable-gtk-doc is set. If you run --enable-gtk-doc, gtk doc will be created, but a make clean does not clean the docs/ folder. So even if you run --disable-gtk-doc after a first run with enable-gtk-doc, docs/ folder stay in place. make install simply install the file that are present in the arborescence, whatever the configure options. So if there is docs/ file, they are installed. It's not related to thunar, the "problem" exists on all components where I tested the gtk-doc compilation (even gnome components like vte or others). You can run a make distclean to clean the whole arborescence before changing configure options. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
