[Patch v4 1/3] doc: build and install doxygen api docs

2014-07-10 Thread Tomi Ollila
On Wed, Jul 09 2014, David Bremner wrote: > In order to support out of tree builds, generate `doc/config.dox` from > configure. > > In order to avoid hardcoding version in doxygen.cfg, generate > doc/version.dox at build time. is this commit message accurate ? > --- > configure | 12

Re: [Patch v4 1/3] doc: build and install doxygen api docs

2014-07-09 Thread Tomi Ollila
On Wed, Jul 09 2014, David Bremner da...@tethera.net wrote: In order to support out of tree builds, generate `doc/config.dox` from configure. In order to avoid hardcoding version in doxygen.cfg, generate doc/version.dox at build time. is this commit message accurate ? --- configure

[Patch v4 1/3] doc: build and install doxygen api docs

2014-07-08 Thread David Bremner
In order to support out of tree builds, generate `doc/config.dox` from configure. In order to avoid hardcoding version in doxygen.cfg, generate doc/version.dox at build time. --- configure | 12 doc/Makefile.local | 27 +-- doc/doxygen.cfg| 5

[Patch v4 1/3] doc: build and install doxygen api docs

2014-07-08 Thread David Bremner
In order to support out of tree builds, generate `doc/config.dox` from configure. In order to avoid hardcoding version in doxygen.cfg, generate doc/version.dox at build time. --- configure | 12 doc/Makefile.local | 27 +-- doc/doxygen.cfg| 5

[Patch v3 1/3] doc: build and install doxygen api docs

2014-07-06 Thread David Bremner
In order to support out of tree builds, generate `doc/config.dox` from configure. In order to avoid hardcoding version in doxygen.cfg, generate doc/version.dox at build time. --- configure | 18 ++ doc/Makefile.local | 26 -- doc/doxygen.cfg|

[Patch v3 1/3] doc: build and install doxygen api docs

2014-07-06 Thread David Bremner
In order to support out of tree builds, generate `doc/config.dox` from configure. In order to avoid hardcoding version in doxygen.cfg, generate doc/version.dox at build time. --- configure | 18 ++ doc/Makefile.local | 26 -- doc/doxygen.cfg|

[PATCH 1/2] doc: build and install doxygen api docs

2014-07-04 Thread David Bremner
David Bremner writes: > Add to the build-man and install-man targets. We also stop hardcoding > the version information into doxygen.cfg There are (at least) two outstanding issues with this patch: - configure needs to check for doxygen and disable api docs if not found. - it doesn't work

Re: [PATCH 1/2] doc: build and install doxygen api docs

2014-07-04 Thread David Bremner
David Bremner da...@tethera.net writes: Add to the build-man and install-man targets. We also stop hardcoding the version information into doxygen.cfg There are (at least) two outstanding issues with this patch: - configure needs to check for doxygen and disable api docs if not found. -

[PATCH 1/2] doc: build and install doxygen api docs

2014-07-01 Thread David Bremner
Add to the build-man and install-man targets. We also stop hardcoding the version information into doxygen.cfg --- doc/Makefile.local | 14 -- doc/doxygen.cfg| 4 ++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/doc/Makefile.local b/doc/Makefile.local index

[PATCH 1/2] doc: build and install doxygen api docs

2014-07-01 Thread David Bremner
Add to the build-man and install-man targets. We also stop hardcoding the version information into doxygen.cfg --- doc/Makefile.local | 14 -- doc/doxygen.cfg| 4 ++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/doc/Makefile.local b/doc/Makefile.local index

[PATCH 2/2] doc: build and install doxygen api docs

2014-04-06 Thread David Bremner
Add to the build-man and install-man targets. We also stop hardcoding the version information into doxygen.cfg --- doc/Makefile.local | 14 -- doc/doxygen.cfg| 4 ++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/doc/Makefile.local b/doc/Makefile.local index

build and install doxygen api docs

2014-04-05 Thread David Bremner
I'm not sure if we really want to install the API docs yet, but I was reviewing Tomi's patch and it occured to me that this was one more place where we could stop hardcoding the version number. ___ notmuch mailing list notmuch@notmuchmail.org