]> git.notmuchmail.org Git - notmuch/blobdiff - doc/INSTALL
doc: remove support for rst2man
[notmuch] / doc / INSTALL
index e37c2b9bd4b1af22e7b48f25597c0b9ca6dd4a20..05854760ac240731d02816a272c0b9030c1ca882 100644 (file)
@@ -1,9 +1,6 @@
 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'
@@ -12,13 +9,3 @@ Building with sphinx.
   (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.