]> git.notmuchmail.org Git - notmuch/commit
doc/conf.py: generate texinfo_documents list from man_pages list
authorJani Nikula <jani@nikula.org>
Sat, 5 Nov 2016 20:18:11 +0000 (22:18 +0200)
committerDavid Bremner <david@tethera.net>
Thu, 17 Nov 2016 12:35:00 +0000 (08:35 -0400)
commitd0862c32d005700670c7094256de282b4fe94b64
tree879351d420cb6366dbe09edf1d9aab12e88a2cab
parentfe5f761a8023bfb61d4742597dced18bc4bb7dcd
doc/conf.py: generate texinfo_documents list from man_pages list

No need to repeat mostly the same information twice in conf.py. We
probably want to have a corresponding texinfo document for all the man
pages. Python list comprehension to the rescue. (The reverse is not
true; we have a texinfo document for notmuch-emacs we don't want as a
man page.)

There should be no user visible changes.
doc/conf.py