aboutsummaryrefslogtreecommitdiff
path: root/ghc.mk
Commit message (Collapse)AuthorAgeFilesLines
* GHC build system: Add all the data files to BINDIST_EXTRASIan Lynagh2010-08-181-1/+1
|
* Fix installation in the GHC build systemIan Lynagh2010-08-181-4/+4
| | | | Data-files are now in subdirectories, so we need to handle that
* Make the main haddock script versioned, and make plain "haddock" a symlinkIan Lynagh2010-08-011-0/+9
|
* LaTeX backend (new options: --latex, --latex-style=<style>)Simon Marlow2010-06-301-1/+5
|
* GHC build system: Follow "rm" variable changesIan Lynagh2010-05-081-1/+1
|
* GHC build system: Make *nix installation work in paths containing spacesIan Lynagh2009-11-051-4/+4
|
* Fix installation in the GHC build systemIan Lynagh2009-10-251-1/+8
|
* Follow GHC build system changesIan Lynagh2009-08-161-2/+3
|
* Remove the -Wwarn hack in the GHC build systemIan Lynagh2009-07-051-2/+1
|
* Include haddock in GHC bindistsIan Lynagh2009-06-131-2/+2
|
* Quote program paths in ghc.mkIan Lynagh2009-05-311-4/+4
|
* Tweak new build systemIan Lynagh2009-04-041-1/+1
|
* GHC new build system fixesIan Lynagh2009-03-291-2/+9
|
* update for new GHC build system layoutSimon Marlow2009-03-241-1/+1
|
* new GHC build system: add $(exeext)Simon Marlow2009-03-241-1/+1
|
* clean upSimon Marlow2009-03-231-7/+4
|
* install Haddock's html stuffSimon Marlow2009-03-241-0/+6
|
* Fix (with a hack?) haddock in teh new build systemIan Lynagh2009-03-211-0/+2
|
* new GHC build system: use shell-wrappers macroSimon Marlow2009-03-201-27/+2
|
* Install haddock in the new GHC build systemIan Lynagh2009-03-011-5/+19
|
* Create inplace/lib/html in the new GHC build systemIan Lynagh2009-02-251-0/+6
|
* Give haddock a wrapper on unix in the new GHC build systemIan Lynagh2009-02-251-8/+14
|
* do .depend generation for haddock with the stage1 compilerIan Lynagh2009-02-131-0/+7
| | | | | | | | | This is a bit of a hack. We mkdepend with stage1 as if .depend depends on the stage2 compiler then make goes wrong: haddock's .depend gets included, which means that make won't reload until it's built, but we can't build it without the stage2 compiler. We therefore build the stage2 compiler before its .depend file is available, and so compilation fails.
* Add a ghc.mkIan Lynagh2009-02-131-0/+12