aboutsummaryrefslogtreecommitdiffstats
path: root/doc/doc.txt
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2011-01-10 22:30:11 -0500
committerW. Trevor King <wking@drexel.edu>2011-01-10 22:30:11 -0500
commit2aeaa4e265deb093a5e37c5973deb8d932974491 (patch)
treecc898d16a4e8f5d32013ecdd854e2a7d7ba035f8 /doc/doc.txt
parent06e30d93038de9da326e4bc5c5ed7154b83a18e6 (diff)
downloadbugseverywhere-2aeaa4e265deb093a5e37c5973deb8d932974491.tar.gz
Use Docutils' rst2doc instead of DocBook XML to generate man page.
Diffstat (limited to 'doc/doc.txt')
-rw-r--r--doc/doc.txt20
1 files changed, 6 insertions, 14 deletions
diff --git a/doc/doc.txt b/doc/doc.txt
index 1b2b5aa..e57b1f7 100644
--- a/doc/doc.txt
+++ b/doc/doc.txt
@@ -25,20 +25,12 @@ syntax.
Man page
========
-The man-page source :file:`be.1.xml` is writen in DocBook 5 [#DB5]_
-format. The :file:`Makefile` converts it to :manpage:`roff(7)` format
-using an XSLT stylesheet. See DocBook XSL [#DBXSL]_ for details.
-See :doc:`install` for suggestions on setting up a DocBook 5 toolchain
-in several distributions.
+The man-page source :file:`be.1.txt` is writen in reStructuredText.
+The :file:`Makefile` converts it to :manpage:`roff(7)` format using
+Docutils_ ``rst2man``.
The man page should conform to `Debian policy`_.
-.. [#DB5]
- See Norman Walsh's `DocBook 5: The Definitive Guide
- <http://www.docbook.org/>`_
-
-.. [#DBXSL]
- See Bob Stayton's `DocBook XSL: The Complete Guide
- <http://www.sagehill.net/book-description.html>`_
-
-.. _Debian policy: http://www.debian.org/doc/debian-policy/ch-docs.html#s12.1
+.. _Docutils: http://docutils.sourceforge.net/
+.. _Debian policy:
+ http://www.debian.org/doc/debian-policy/ch-docs.html