installing glade3 interface file with autotools

2009-08-17 Thread Mick
I'm trying to rebuild my application using the current(ish) glade and autoconf/automake and have been having a nightmare trying to get the XML file created from glade by: gtk-builder-convert nuchimp.glade nuchimp.xml After reading various documents I have the following Makefile.am: bin_PROGRAMS =

Re: installing glade3 interface file with autotools

2009-08-17 Thread John Calcote
Hi Mick, Your Automake syntax is correct, if you're trying to install a pre-existing data file called nuchimp.xml into the /usr/local/share (default $(datadir)) directory. The error you're getting indicates that make can't fine the file nuchimp.xml. Are you sure it exists in the same director

Re: Integration of git-based release workflow into "make dist"

2009-08-17 Thread Ralf Wildenhues
Hello, * Peter Johansson wrote on Sat, Aug 15, 2009 at 10:48:44PM CEST: > Bob Friesenhahn wrote: > >I have not verified if referencing a file outside of the source > >tree really works properly. > > > My experience is that inclusion of an external file will be ignored > by Automake, in other words