From: panne Date: Wed, 18 Aug 2004 16:42:56 +0000 (+0000) Subject: [project @ 2004-08-18 16:42:51 by panne] X-Git-Tag: Initial_conversion_from_CVS_complete~1713 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b6bdc1892e0759f1f3bbbc7e162b57fd12f95dd6;hp=88ef3d2674a029efb7d3c35396385638b37280c4;p=ghc-hetmet.git [project @ 2004-08-18 16:42:51 by panne] Re-added indices + minor fixes --- diff --git a/docs/building/building.xml b/docs/building/building.xml index 8547e81..32a4f9d 100644 --- a/docs/building/building.xml +++ b/docs/building/building.xml @@ -4908,4 +4908,6 @@ Win32. + + diff --git a/ghc/docs/users_guide/phases.xml b/ghc/docs/users_guide/phases.xml index c214c11..62d7b9e 100644 --- a/ghc/docs/users_guide/phases.xml +++ b/ghc/docs/users_guide/phases.xml @@ -276,10 +276,8 @@ symbols are defined by your local GHC installation, the following trick is useful: - - $ ghc -E -optP-dM -cpp foo.hs - $ cat foo.hspp - +$ ghc -E -optP-dM -cpp foo.hs +$ cat foo.hspp (you need a file foo.hs, but it isn't actually used). @@ -424,11 +422,9 @@ gaps vs -cpp. In other words, strings such as the following: -rogramlisting> -rmod = "\ -p \ -" -programlisting> +strmod = "\ +\ p \ +\ " don't work with ; /usr/bin/cpp elides the backslash-newline @@ -508,9 +504,7 @@ programlisting> way to do this, but you can use this hack from the command-line: -creen> -ghc -c '-#include <X/Xlib.h>' Xstuff.lhs -screen> +% ghc -c '-#include <X/Xlib.h>' Xstuff.lhs diff --git a/ghc/docs/users_guide/ug-book.xml b/ghc/docs/users_guide/ug-book.xml index 5b1ccd6..fc736ca 100644 --- a/ghc/docs/users_guide/ug-book.xml +++ b/ghc/docs/users_guide/ug-book.xml @@ -22,6 +22,7 @@ &bugs; &faq; +