https://bugzilla.xfce.org/show_bug.cgi?id=13953
Ali Akcaagac <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |INVALID --- Comment #6 from Ali Akcaagac <[email protected]> --- 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. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
