[commit: ghc] master: Fix page numbering in the users guide PDF; fixes #7793 (78f9189)
Ian Lynagh
igloo at earth.li
Wed Apr 17 23:01:30 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
https://github.com/ghc/ghc/commit/78f9189e49b5f1e57610429959c4054d7e27a24f
>---------------------------------------------------------------
commit 78f9189e49b5f1e57610429959c4054d7e27a24f
Author: Ian Lynagh <ian at well-typed.com>
Date: Wed Apr 17 19:39:41 2013 +0100
Fix page numbering in the users guide PDF; fixes #7793
The external core chapter had an abstract, which seems to reset the
page count to 0.
>---------------------------------------------------------------
docs/users_guide/external_core.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/docs/users_guide/external_core.xml b/docs/users_guide/external_core.xml
index faf7148..bc9d350 100644
--- a/docs/users_guide/external_core.xml
+++ b/docs/users_guide/external_core.xml
@@ -27,8 +27,7 @@ I am unsure of the proper DocBook elements.
<para>Andrew Tolmach, Tim Chevalier ({apt,tjc}@cs.pdx.edu) and The GHC Team</para>
- <abstract>
- <para>This document provides a precise definition for the GHC Core
+ <para>This chapter provides a precise definition for the GHC Core
language, so that it can be used to communicate between GHC and new
stand-alone compilation tools such as back-ends or
optimizers.<footnote>
@@ -51,8 +50,6 @@ I am unsure of the proper DocBook elements.
formally embody the static and dynamic semantics, are available
separately.</para>
- </abstract>
-
<section id="introduction">
<title>Introduction</title>
More information about the ghc-commits
mailing list