Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the old ext-core docs | Ian Lynagh | 2012-02-14 | 6 | -1043/+0 |
| | | | | They've now been merged into the user guide. | ||||
* | Add the external core PDF to the new build system | Ian Lynagh | 2010-03-21 | 2 | -61/+17 |
| | |||||
* | GHC new build system megapatch | Ian Lynagh | 2009-04-26 | 1 | -3/+0 |
| | |||||
* | Use pdflatex rather than latex for building | Ian Lynagh | 2008-10-24 | 1 | -5/+6 |
| | | | | | The Windows builder is having problems running ps2pdf, so this works aroudn the problem. | ||||
* | Remove an unmatched } in core.tex | Ian Lynagh | 2008-10-24 | 1 | -1/+1 |
| | |||||
* | Add a usepackage{url} | Ian Lynagh | 2008-10-24 | 1 | -0/+1 |
| | |||||
* | Add a do-nothing install-docs rule in ext-core/ when LATEX_DOCS=NO | Ian Lynagh | 2008-09-09 | 1 | -0/+1 |
| | |||||
* | Make a pdf, rather than ps.gz, of teh ext-core docs | Ian Lynagh | 2008-09-08 | 1 | -6/+12 |
| | |||||
* | Fix the ext-core doc in bindists | Ian Lynagh | 2008-09-07 | 1 | -0/+1 |
| | |||||
* | Don't build latex docs by default | Ian Lynagh | 2008-09-06 | 1 | -0/+4 |
| | | | | "LATEX_DOCS = YES" enables them | ||||
* | Compress the ext-core docs | Ian Lynagh | 2008-09-06 | 1 | -4/+7 |
| | |||||
* | Install the ext-core docs | Ian Lynagh | 2008-09-06 | 1 | -1/+5 |
| | |||||
* | Make ext-core when making all in docs | Ian Lynagh | 2008-09-06 | 1 | -1/+2 |
| | |||||
* | bindist fixes | Ian Lynagh | 2008-08-10 | 1 | -2/+3 |
| | |||||
* | bindists are now some way towards working | Ian Lynagh | 2008-08-10 | 1 | -0/+3 |
| | |||||
* | Some External Core doc fixes | Tim Chevalier | 2008-05-05 | 1 | -53/+44 |
| | |||||
* | Update External Core docs | Tim Chevalier | 2008-04-22 | 3 | -422/+397 |
| | | | | Update documentation to reflect GHC HEAD. | ||||
* | Added LaTeX commands for primitive types and pseudo ops | sven.panne@aedion.de | 2007-03-14 | 1 | -0/+8 |
| | |||||
* | Reorganisation of the source tree | Simon Marlow | 2006-04-07 | 4 | -0/+1090 |
Most of the other users of the fptools build system have migrated to Cabal, and with the move to darcs we can now flatten the source tree without losing history, so here goes. The main change is that the ghc/ subdir is gone, and most of what it contained is now at the top level. The build system now makes no pretense at being multi-project, it is just the GHC build system. No doubt this will break many things, and there will be a period of instability while we fix the dependencies. A straightforward build should work, but I haven't yet fixed binary/source distributions. Changes to the Building Guide will follow, too. |