mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
d736260385
This is the output from sphinx-quickstart, massaged a bit, along with our existing man pages converted to rst. A skeleton notmuch-emacs manual is also included. It is not suitable for end user use yet.
24 lines
697 B
Text
24 lines
697 B
Text
This file contains some more detailed information about building and
|
|
installing the documentation.
|
|
|
|
Building with sphinx.
|
|
---------------------
|
|
|
|
- You need sphinx at least version 1.0.
|
|
|
|
- You can build build and install man pages with 'make install-man'
|
|
|
|
- You can build man, info, html, and pdf versions of the docs
|
|
(currently only the man pages) with
|
|
|
|
'make install-{man|info|html|pdf}'
|
|
|
|
Building the man pages
|
|
----------------------
|
|
|
|
- You can build the man pages with rst2man (from python-docutils) with
|
|
'make rst2man'.
|
|
|
|
- Currently there is no support to automagically install the resulting
|
|
nroff files, but it should work to modify the target install-man
|
|
in doc/Makefile.local.
|