diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -51,8 +51,8 @@ because the compiler is itself written in Haskell. You also need to port GHC to a new platform, see the [GHC Building Guide] [3]. For building library documentation, you'll need [Haddock] [6]. To build -the compiler documentation, you need a good DocBook XML toolchain and -dblatex. +the compiler documentation, you need [Sphinx](http://www.sphinx-doc.org/) +and Xelatex (only for PDF output). **Quick start**: the following gives you a default build: |