Re: [GNC-dev] CMake build system for gnucash-docs

2019-09-07 Thread Geert Janssens
Op zaterdag 7 september 2019 17:56:46 CEST schreef John Ralls: > > On Sep 7, 2019, at 7:14 AM, Geert Janssens > > wrote:> > > Op zaterdag 7 september 2019 16:04:08 CEST schreef John Ralls: > >>> On Sep 7, 2019, at 5:44 AM, Geert Janssens > >>> wrote: > >>> > >>> Again I'm not sure of the

Re: [GNC-dev] CMake build system for gnucash-docs

2019-09-07 Thread Geert Janssens
Op zaterdag 7 september 2019 17:56:46 CEST schreef John Ralls: > > On Sep 7, 2019, at 7:14 AM, Geert Janssens > > wrote:> > > Op zaterdag 7 september 2019 16:04:08 CEST schreef John Ralls: > >>> On Sep 7, 2019, at 5:44 AM, Geert Janssens > >>> wrote: > >>> > >>> Again I'm not sure of the

Re: [GNC-dev] CMake build system for gnucash-docs

2019-09-07 Thread John Ralls
> On Sep 7, 2019, at 7:14 AM, Geert Janssens wrote: > > Op zaterdag 7 september 2019 16:04:08 CEST schreef John Ralls: >>> On Sep 7, 2019, at 5:44 AM, Geert Janssens >>> wrote: >>> >>> Again I'm not sure of the benefit of adding support for all that at this >>> point. I think more

Re: [GNC-dev] CMake build system for gnucash-docs

2019-09-07 Thread Geert Janssens
Op zaterdag 7 september 2019 16:04:08 CEST schreef John Ralls: > > On Sep 7, 2019, at 5:44 AM, Geert Janssens > > wrote: > > > > Again I'm not sure of the benefit of adding support for all that at this > > point. I think more interesting areas of study could be whether we can > > support a Macos

Re: [GNC-dev] CMake build system for gnucash-docs

2019-09-07 Thread John Ralls
> On Sep 7, 2019, at 5:44 AM, Geert Janssens wrote: > > Again I'm not sure of the benefit of adding support for all that at this > point. I think more interesting areas of study could be whether we can > support > a Macos native document format or whether the Windows help system has a way

Re: [GNC-dev] CMake build system for gnucash-docs

2019-09-07 Thread Geert Janssens
With my last set of commits I believe the CMake build system for gnucash-docs now matches the autotools build system (modulo the scrollkeeper info that's not used by gnome's help system any more). To use it: - clone gnucash-docs and check out the maint branch - make a build directory somewhere

Re: [GNC-dev] CMake build system for gnucash-docs

2019-09-07 Thread Geert Janssens
Op donderdag 5 september 2019 10:11:06 CEST schreef Frank H. Ellenberger: > Hi, > > Am Mi., 4. Sept. 2019 um 19:19 Uhr schrieb Geert Janssens > > : > > Op woensdag 4 september 2019 18:44:14 CEST schreef Frank H. Ellenberger: > > > 2.3 Replace of over a decade outdatet GDP parts: I estimate 99%

Re: [GNC-dev] CMake build system for gnucash-docs

2019-09-05 Thread Frank H. Ellenberger
Hi, Am Mi., 4. Sept. 2019 um 19:19 Uhr schrieb Geert Janssens : > Op woensdag 4 september 2019 18:44:14 CEST schreef Frank H. Ellenberger: : > > 2.3 Replace of over a decade outdatet GDP parts: I estimate 99% of xsl > > came from them and I suspect it for many output glitches. Also many > > docs

Re: [GNC-dev] CMake build system for gnucash-docs

2019-09-04 Thread Geert Janssens
Op woensdag 4 september 2019 18:44:14 CEST schreef Frank H. Ellenberger: > Dear Geert, > > I currently see no reason to do this now > - release this weekend - and There's no impact on release. The autotools build system is still in place and unchanged. The cmake build system should be seen as a

Re: [GNC-dev] CMake build system for gnucash-docs

2019-09-04 Thread Frank H. Ellenberger
Dear Geert, I currently see no reason to do this now - release this weekend - and am also tired to rewrite the related wiki parts. I think there are several more important projects. 1. About CMake In Code we should clean up CMake. Many parts were written a decade ago. In between CMake got many

[GNC-dev] CMake build system for gnucash-docs

2019-09-02 Thread Geert Janssens
Over the weekend I spent a few cycles to port the gnucash-docs autotools build system to cmake. Most of it is done and can be played with by checking out the current maint branch on gnucash-docs. The main missing elements are: - generating the Windows specific chm files - uninstall rules -