[PATCH] doc: build notmuch-emacs info/html docs, link from index

2014-10-04 Thread David Bremner
David Bremner  writes:

> Although this manual is far from complete, it may be helpful for
> someone. In particular building it as part of the standard build
> process makes it easier to find problems when editing the
> notmuch-emacs-manual.

this patch was motivated by the fact that Austin's patch introduces a
new warning in the "compilation" process of notmuch-emacs.rst. Actually
there was already a similar one there.

I'm not 100% sure this is the answer, I still think the current state of
the manual raises more questions than it answers.

d


[PATCH] doc: build notmuch-emacs info/html docs, link from index

2014-10-04 Thread David Bremner
Although this manual is far from complete, it may be helpful for
someone. In particular building it as part of the standard build
process makes it easier to find problems when editing the
notmuch-emacs-manual.
---
 doc/conf.py   | 2 +-
 doc/index.rst | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/conf.py b/doc/conf.py
index 70ba1b8..495e538 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -27,7 +27,7 @@ release = version

 # List of patterns, relative to source directory, that match files and
 # directories to ignore when looking for source files.
-exclude_patterns = ['_build', 'notmuch-emacs.rst']
+exclude_patterns = ['_build']

 # The name of the Pygments (syntax highlighting) style to use.
 pygments_style = 'sphinx'
diff --git a/doc/index.rst b/doc/index.rst
index b33aa9f..ba6d5b4 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -12,6 +12,7 @@ Contents:
man1/notmuch-config
man1/notmuch-count
man1/notmuch-dump
+   notmuch-emacs
man5/notmuch-hooks
man1/notmuch-insert
man1/notmuch-new
-- 
2.1.0



[PATCH] doc: build notmuch-emacs info/html docs, link from index

2014-10-04 Thread David Bremner
Although this manual is far from complete, it may be helpful for
someone. In particular building it as part of the standard build
process makes it easier to find problems when editing the
notmuch-emacs-manual.
---
 doc/conf.py   | 2 +-
 doc/index.rst | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/conf.py b/doc/conf.py
index 70ba1b8..495e538 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -27,7 +27,7 @@ release = version
 
 # List of patterns, relative to source directory, that match files and
 # directories to ignore when looking for source files.
-exclude_patterns = ['_build', 'notmuch-emacs.rst']
+exclude_patterns = ['_build']
 
 # The name of the Pygments (syntax highlighting) style to use.
 pygments_style = 'sphinx'
diff --git a/doc/index.rst b/doc/index.rst
index b33aa9f..ba6d5b4 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -12,6 +12,7 @@ Contents:
man1/notmuch-config
man1/notmuch-count
man1/notmuch-dump
+   notmuch-emacs
man5/notmuch-hooks
man1/notmuch-insert
man1/notmuch-new
-- 
2.1.0

___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


Re: [PATCH] doc: build notmuch-emacs info/html docs, link from index

2014-10-04 Thread David Bremner
David Bremner da...@tethera.net writes:

 Although this manual is far from complete, it may be helpful for
 someone. In particular building it as part of the standard build
 process makes it easier to find problems when editing the
 notmuch-emacs-manual.

this patch was motivated by the fact that Austin's patch introduces a
new warning in the compilation process of notmuch-emacs.rst. Actually
there was already a similar one there.

I'm not 100% sure this is the answer, I still think the current state of
the manual raises more questions than it answers.

d
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch