Re: [PATCH v2 1/2] Allow building without gtk-doc installed

2015-07-03 Thread Petr Vorel
Hi Lubomir, This doesn't look good to me. autogen.sh is a maintainer tool and we pretty much always want to create tarballs with GTK-doc. Why don't you just use autoreconf (with -f and -i) instead of autogen.sh when doing builds off Git? Thanks for the tip, but it actually does not work as

Re: [PATCH v2 1/2] Allow building without gtk-doc installed

2015-06-29 Thread Colin Walters
On Thu, Jun 25, 2015, at 04:57 AM, Lubomir Rintel wrote: This doesn't look good to me. autogen.sh is a maintainer tool and we pretty much always want to create tarballs with GTK-doc. FWIW glib supports this: https://git.gnome.org/browse/glib/tree/autogen.sh

Re: [PATCH v2 1/2] Allow building without gtk-doc installed

2015-06-25 Thread Lubomir Rintel
This doesn't look good to me. autogen.sh is a maintainer tool and we pretty much always want to create tarballs with GTK-doc. Why don't you just use autoreconf (with -f and -i) instead of autogen.sh when doing builds off Git? On Fri, 2015-06-19 at 01:25 +0200, Petr Vorel wrote: This requires

[PATCH v2 1/2] Allow building without gtk-doc installed

2015-06-18 Thread Petr Vorel
This requires creating minimal gtk-doc.make and check for GTK_DOC_CHECK availability in configure.ac. Signed-off-by: Petr Vorel petr.vo...@gmail.com --- autogen.sh | 14 +- configure.ac | 7 ++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/autogen.sh