Re: Unable to make dist after recent changes

2011-12-01 Thread John Ralls
On Dec 1, 2011, at 1:56 PM, Geert Janssens wrote: > On donderdag 1 december 2011, John Ralls wrote: >> On Nov 30, 2011, at 5:05 PM, John Ralls wrote: >>> On Nov 30, 2011, at 8:44 AM, Derek Atkins wrote: John Ralls writes: > I've just committed the requisite fixes, and distcheck now work

Re: Unable to make dist after recent changes

2011-12-01 Thread Geert Janssens
On donderdag 1 december 2011, John Ralls wrote: > On Nov 30, 2011, at 5:05 PM, John Ralls wrote: > > On Nov 30, 2011, at 8:44 AM, Derek Atkins wrote: > >> John Ralls writes: > >>> I've just committed the requisite fixes, and distcheck now works on my > >>> Mac. But there's an older problem that ca

Re: Unable to make dist after recent changes

2011-12-01 Thread John Ralls
On Nov 30, 2011, at 5:05 PM, John Ralls wrote: > > On Nov 30, 2011, at 8:44 AM, Derek Atkins wrote: > >> John Ralls writes: >> >>> I've just committed the requisite fixes, and distcheck now works on my >>> Mac. But there's an older problem that causes make check to fail on >>> Debian Squeeze

Re: Scripting documentation

2011-12-01 Thread Geert Janssens
On donderdag 1 december 2011, Hendrik Boom wrote: > On Thu, 01 Dec 2011 15:16:05 +, Hendrik Boom wrote: > > On Wed, 30 Nov 2011 15:12:31 -0500, Derek Atkins wrote: > >> Hi, > >> > >> > >> > >> The API docs are generated via doxygen. You can generate them yourself > >> using "make docs". Th

Re: Scripting documentation

2011-12-01 Thread Hendrik Boom
On Thu, 01 Dec 2011 11:22:34 -0500, Derek Atkins wrote: > > This would imply you do not have doxygen installed. I didn't. I do now. It still doesn't work, failing in the same way. No time to investigate now. I'll look into it further tonight. Maybe there's a configure parameter I forgo

Re: Scripting documentation

2011-12-01 Thread Derek Atkins
Hendrik Boom writes: > On Thu, 01 Dec 2011 15:16:05 +, Hendrik Boom wrote: > >> On Wed, 30 Nov 2011 15:12:31 -0500, Derek Atkins wrote: >> >>> Hi, >>> >>> >> >>> The API docs are generated via doxygen. You can generate them yourself >>> using "make docs". The sourcesof the API docs are

Re: Scripting documentation

2011-12-01 Thread Hendrik Boom
On Thu, 01 Dec 2011 15:16:05 +, Hendrik Boom wrote: > On Wed, 30 Nov 2011 15:12:31 -0500, Derek Atkins wrote: > >> Hi, >> >> > >> The API docs are generated via doxygen. You can generate them yourself >> using "make docs". The sourcesof the API docs are spread out through >> the source t

Bug #658247

2011-12-01 Thread Robert Fewell
Mike, I think you are missing that dialog-new-user has three options, one to start the assistant-hierarchy, one for the Qif import assistant and one for the tutorial so I do not think it is redundant. I converted that dialog to builder a while ago and have raised a bug for converting the Qif impo

Re: Scripting documentation

2011-12-01 Thread John Ralls
On Dec 1, 2011, at 7:16 AM, Hendrik Boom wrote: > Ah! I see. This is where it's all been processed and presented as nice, > neat web pages. What's the verbiage I need to get the user-documentation > source tree? Or is that in some corner of gnucash source tree I haven't > looked yet? The c

Re: Scripting documentation

2011-12-01 Thread Hendrik Boom
On Thu, 01 Dec 2011 15:16:53 +, Hendrik Boom wrote: > On Wed, 30 Nov 2011 21:13:58 +, Yawar Amin wrote: > >> Hi Hendrik, >> >> The user documentation is in the gnucash-docs repository ( >> http://svn.gnucash.org/trac/browser/gnucash-docs). > > > Evidently there's still something I don'

Re: Scripting documentation

2011-12-01 Thread Hendrik Boom
On Wed, 30 Nov 2011 21:13:58 +, Yawar Amin wrote: > Hi Hendrik, > > On Wed, Nov 30, 2011 at 8:06 PM, Hendrik Boom > wrote: > >> [...] >> >> So far I haven't found the rather extensive user documentation I'm used >> to seeing as a longtime gnucash user. Is it in the source tree too? >> Or s

Re: Scripting documentation

2011-12-01 Thread Hendrik Boom
On Wed, 30 Nov 2011 15:12:31 -0500, Derek Atkins wrote: > Hi, > > > The API docs are generated via doxygen. You can generate them yourself > using "make docs". The sourcesof the API docs are spread out through > the source tree. But when I'm in the top directory of the source tree (the same

Re: Bug #658247

2011-12-01 Thread Mike Evans
I've just reverted my last commit regarding this bug(!fix). In doing so I *think* I've found some redundant code. In gnucash-bin.c, instead of calling gnc_ui_new_user_dialog(); on line 729 I replace that with gnc_file_new (); and delete dialog-new-user.c/h along with fixing up the Makefile and a