[Xfce-bugs] [Bug 13953] GIT Master: Thunar doesn't obey --disable-gtk-doc (html, pdf)
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Sun Oct 29 19:08:30 CET 2017
https://bugzilla.xfce.org/show_bug.cgi?id=13953
Skunnyk <skunnyk at xfce.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |skunnyk at xfce.org
--- Comment #4 from Skunnyk <skunnyk at xfce.org> ---
--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.
More information about the Xfce-bugs
mailing list