User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.1) Gecko/20061228 BonEcho/2.0.0.1 Build Identifier: It appears that configure doesn't respect --disable-gtk-doc, which is listed as a configure option. To test, try: ./configure --disable-gtk-doc make make DESTDIR=$(pwd)/destdir then peek at destdir/usr/local/share/doc/Thunar/html/C/ and you'll see the gtk-doc that was generated. It seems like the only thing that controls the building of the gtk-docs, is whether or not gtk-doc is installed on the system. This also seems to affect xfce4-panel, and wouldn't surprise me if it affects other xfce packages. Reproducible: Always Steps to Reproduce:
destdir/usr/local/share/doc/Thunar/html/C/ contains the user-guide, not the gtk-doc generated API documentation.