-
Notifications
You must be signed in to change notification settings - Fork 20
/
README
78 lines (48 loc) · 1.4 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Haskell Report README
~~~~~~~~~~~~~~~~~~~~~
These are the sources to the Haskell report, including all the source
files you will need to generate either the PDF or the HTML version of
the report.
Tools you will need
~~~~~~~~~~~~~~~~~~~
PDF version: a decent LaTeX installation with pdflatex. We use the
following additional packages:
- times
- makeidx
- graphicx
- url
- color
- hyperref
Also you need the following tools
- makeindex
all of which are usually available with a good TeX distribution
(e.g. TeX Live).
The following are also required for building the tools:
- flex
- GHC
The HTML version additionally requires
- tex4ht (e.g. install 'tex4ht' on a Debian or Ubuntu system, or
'tetex-tex4ht' on a Fedora system)
Building the report
~~~~~~~~~~~~~~~~~~~
Firstly:
$ cd tools
$ make
should build a few tools required for building the report itself.
Then you should be able to say
$ cd report
$ make
This will create:
- PDF version: report/haskell.pdf
- HTML version: report/ht/haskell.html
(NB. requires report/ht/*.{html,png,css})
Roadmap
~~~~~~~
SOURCE FILES
report/ The Language and Libraries Reports (now together
in a single document)
tools/ Tools needed to build the Reports
(cd into here and type make)
Makefile Build a distribution of the Reports
.verb files
~~~~~~~~~~~