summaryrefslogtreecommitdiff
path: root/docs/ext-core
Commit message (Collapse)AuthorAgeFilesLines
* Remove the old ext-core docsIan Lynagh2012-02-146-1043/+0
| | | | They've now been merged into the user guide.
* Add the external core PDF to the new build systemIan Lynagh2010-03-212-61/+17
|
* GHC new build system megapatchIan Lynagh2009-04-261-3/+0
|
* Use pdflatex rather than latex for buildingIan Lynagh2008-10-241-5/+6
| | | | | The Windows builder is having problems running ps2pdf, so this works aroudn the problem.
* Remove an unmatched } in core.texIan Lynagh2008-10-241-1/+1
|
* Add a usepackage{url}Ian Lynagh2008-10-241-0/+1
|
* Add a do-nothing install-docs rule in ext-core/ when LATEX_DOCS=NOIan Lynagh2008-09-091-0/+1
|
* Make a pdf, rather than ps.gz, of teh ext-core docsIan Lynagh2008-09-081-6/+12
|
* Fix the ext-core doc in bindistsIan Lynagh2008-09-071-0/+1
|
* Don't build latex docs by defaultIan Lynagh2008-09-061-0/+4
| | | | "LATEX_DOCS = YES" enables them
* Compress the ext-core docsIan Lynagh2008-09-061-4/+7
|
* Install the ext-core docsIan Lynagh2008-09-061-1/+5
|
* Make ext-core when making all in docsIan Lynagh2008-09-061-1/+2
|
* bindist fixesIan Lynagh2008-08-101-2/+3
|
* bindists are now some way towards workingIan Lynagh2008-08-101-0/+3
|
* Some External Core doc fixesTim Chevalier2008-05-051-53/+44
|
* Update External Core docsTim Chevalier2008-04-223-422/+397
| | | | Update documentation to reflect GHC HEAD.
* Added LaTeX commands for primitive types and pseudo opssven.panne@aedion.de2007-03-141-0/+8
|
* Reorganisation of the source treeSimon Marlow2006-04-074-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.