summaryrefslogtreecommitdiffstats
path: root/doc/INSTALL
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2015-01-18 17:55:10 +0100
committerDavid Bremner <david@tethera.net>2015-01-22 08:37:25 +0100
commitd241a486facf1002b29e499c2fb96a302bfd825b (patch)
treea18fc476da15603c4377863ea031dd8969118f2d /doc/INSTALL
parent7fcd100a2f4fcc3762f2f73bcca3c30cc971b67a (diff)
doc: remove support for rst2man
It was becoming increasingly complicated to support rst2man, and there were apparently not many people that relied on it.
Diffstat (limited to 'doc/INSTALL')
-rw-r--r--doc/INSTALL13
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/INSTALL b/doc/INSTALL
index e37c2b9b..05854760 100644
--- a/doc/INSTALL
+++ b/doc/INSTALL
@@ -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.