! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
configure does not respect --disable-gtk-doc
Status:
CLOSED: INVALID
Product:
Thunar
Component:
Documentation

Comments

Description Joshua Nichols 2006-12-30 05:04:25 CET
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:
Comment 1 Benedikt Meurer editbugs 2006-12-30 10:38:07 CET
destdir/usr/local/share/doc/Thunar/html/C/ contains the user-guide, not the gtk-doc generated API documentation.

Bug #2692

Reported by:
Joshua Nichols
Reported on: 2006-12-30
Last modified on: 2009-07-17

People

Assignee:
Jannis Pohlmann
CC List:
0 users

Version

Version:
0.5.0rc2

Attachments

Additional information