summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpanne <unknown>2005-07-06 11:31:53 +0000
committerpanne <unknown>2005-07-06 11:31:53 +0000
commit4f4bec61ff63c43bbdd41c81f587f50dac3ef828 (patch)
tree20cb3f1d346b8b36c7e7eb65648c0b6c8877468d
parenta1c063ae7150f7ca743bbbd81c2444c5fd6392d0 (diff)
downloadhaskell-4f4bec61ff63c43bbdd41c81f587f50dac3ef828.tar.gz
[project @ 2005-07-06 11:31:53 by panne]
DocBook validation police
-rw-r--r--docs/building/building.xml13
1 files changed, 5 insertions, 8 deletions
diff --git a/docs/building/building.xml b/docs/building/building.xml
index 7fb0751578..9c272902f5 100644
--- a/docs/building/building.xml
+++ b/docs/building/building.xml
@@ -4701,7 +4701,7 @@ you can't rename a running program!
<para><command>ssh</command> comes with both Cygwin and MSYS.
(Cygwin note: you need to ask for package <command>openssh</command> (not ssh)
in the Cygwin list of packages; or use the <command>ghc-depends</command>
-package -- see <xref linkend="install-cygwin">Cygwin installation instructions</xref>.)</para>
+package -- see <xref linkend="install-cygwin"/>.)</para>
<para>There are several strange things about <command>ssh</command> on Windows that you need to know.
<itemizedlist>
@@ -4951,12 +4951,10 @@ Win32.</para></listitem>
<sect2><title>A Windows build log using Cygwin</title>
-Here is a complete, from-scratch, log of all you need to build GHC using
+<para>Here is a complete, from-scratch, log of all you need to build GHC using
Cygwin, kindly provided by Claus Reinke. It does not discuss alternative
-choices, but it gives a single path that works.
-<programlisting>
-
-- Install some editor (vim, emacs, whatever)
+choices, but it gives a single path that works.</para>
+<programlisting>- Install some editor (vim, emacs, whatever)
- Install cygwin (http://www.cygwin.com)
; i used 1.5.16-1, installed in c:\cygwin
@@ -5029,8 +5027,7 @@ choices, but it gives a single path that works.
- chmod +x ../distrib/prep-bin-dist-mingw
; if you're happy with the script's contents (*)
- ../distrib/prep-bin-dist-mingw
- ; then tar up, unpack where wanted, and enjoy
-</programlisting>
+ ; then tar up, unpack where wanted, and enjoy</programlisting>
</sect2>
</sect1>