[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 20:38:54 CET 2017


https://bugzilla.xfce.org/show_bug.cgi?id=13953

Ali Akcaagac <aliakc at web.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |INVALID

--- Comment #6 from Ali Akcaagac <aliakc at web.de> ---
Ok I think I made a mistake in my explaination...

Let me retry the following reproducable steps...

1) git checkout a fresh thunar (or alternative download the
thunar-master.tar.bz2 file)
2) ./autogen ; make dist
3) grab the generate Thunar-1.6.12.tar.bz2 file that is generated inside
4) untar that file, which generates a new Thunar-1.6.12 directory
5) cd into that dir
6) ./configure --prefix=/tmp/test --disable-gtk-doc ; make ; make install

The interesting part is as follows..

If I end up building Thunar from using git... and applying the following
commands

./autogen.sh --prefix=/tmp/test --disable-gtk-doc --enable-maintainer-mode ;
make ; make install

... then /tmp/test/share won't contain a gtk-doc subfolder...

But doing the steps as decribed above with "make dist" that generates a
distributable file then the gtk-doc will be generated nonetheless...

Any ideas why this is happening ?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Xfce-bugs mailing list