]> git.notmuchmail.org Git - notmuch/blobdiff - doc/conf.py
doc/emacs: document a few notmuch-hello customizable variables.
[notmuch] / doc / conf.py
index 6afeac06e53d4da8d6123ecb7c3b1ac55d2ff891..e4bad9f1d30ddcd0e6f1b68164aeeedb089a95fe 100644 (file)
@@ -45,7 +45,7 @@ if tags.has('WITH_EMACS'):
     # Hacky reimplementation of include to workaround limitations of
     # sphinx-doc
     lines = ['.. include:: /../emacs/rstdoc.rsti\n\n'] # in the source tree
-    for file in ('notmuch.rsti', 'notmuch-lib.rsti', 'notmuch-show.rsti', 'notmuch-tag.rsti', 'notmuch-tree.rsti'):
+    for file in ('notmuch.rsti', 'notmuch-lib.rsti', 'notmuch-hello.rsti', 'notmuch-show.rsti', 'notmuch-tag.rsti', 'notmuch-tree.rsti'):
         lines.extend(open(rsti_dir+'/'+file))
     rst_epilog = ''.join(lines)
     del lines