aboutsummaryrefslogtreecommitdiff
path: root/ghc.mk
Commit message (Collapse)AuthorAgeFilesLines
* Rename 'NewOcean' theme to 'Linuwial'Alec Theriault2018-11-111-2/+2
|
* Fix issues around plus/minusAlec Theriault2018-11-071-3/+0
| | | | | | * swap the minimize unicode to something more intuitive * use new unicode expander/collapser for instance lists * address some alignment issues in the "index" page
* User manual + stuff for building GHC docsAlec Theriault2018-10-261-5/+10
|
* Drop Paths_haddock from ghc.mk (#707)Moritz Angermann2017-11-201-2/+0
| | | | | With #705 and #706, the custom addition should not be necessary any more. # Conflicts: # ghc.mk
* Copy QuickJump files overalexbiehl2017-10-081-2/+3
|
* ghc.mk: Don't attempt to install html/frames.htmlBen Gamari2016-08-071-1/+0
| | | | The frames business has been removed.
* ghc: Install files for needed --hyperlinked-sourceBen Gamari2016-04-201-0/+2
| | | | (cherry picked from commit 5c82c9fc2d21ddaae4a2470f1c375426968f19c6)
* Follow changes in GHC build systemThomas Miedema2015-12-141-2/+2
|
* Fixup ghc.mk (follow-up to 1739375eb23342)Herbert Valerio Riedel2014-12-141-1/+14
| | | | | This makes the GHC build-system aware of the data-files to be copied into the bindist (as haddock.cabal doesn't list those anymore)
* Various fixups and bumps for next releaseMateusz Kowalczyk2014-12-121-4/+3
|
* If GhcProfiled, also build Haddock profiled.Edward Z. Yang2014-08-051-0/+6
| | | | Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
* Use "cp -L" when making $(INPLACE_LIB)/latex tooIan Lynagh2013-05-191-1/+1
|
* Fix for #7879.Andreas Voellmy2013-05-191-1/+1
| | | | Changed copy of utils/haddock/html/resources/html to use "cp -RL" rather than "cp -R". This allows users to run validate in a build tree, where the build tree was setup using lndir with a relative path to the source directory.
* Follow changes in GHC build systemIan Lynagh2013-03-031-7/+7
|
* Follow changes in GHC's build systemIan Lynagh2013-03-011-1/+1
|
* Merge branch 'ghc-7.6' into ghc-7.6-merge-2Kazu Yamamoto2013-02-011-4/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: haddock.cabal src/Haddock/Interface/AttachInstances.hs src/Haddock/Interface/Create.hs src/Haddock/Interface/LexParseRn.hs src/Haddock/InterfaceFile.hs src/Haddock/Types.hs Only GHC HEAD can compile this. GHC 7.6.x cannot compile this. Some test fail.
| * Move resources to /resources directorySimon Hengel2012-10-151-4/+4
| |
* | Follow change in GHC build systemIan Lynagh2012-10-031-0/+1
| |
* | Follow changes in GHC build systemIan Lynagh2012-09-271-1/+1
|/
* Follow GHC build system change to the way we call rmIan Lynagh2011-11-191-3/+3
|
* Remove -DNEW_GHC_LAYOUT in ghc.mkIan Lynagh2011-11-061-1/+0
|
* GHC build system: Don't install the datafiles twiceIan Lynagh2011-07-281-6/+0
|
* Name the haddock script haddock-ghc-7.0.2 instead of haddock-7.0.2; #4882Ian Lynagh2011-01-071-2/+2
| | | | "7.0.2" looked like a haddock version number before
* Follow GHC build system changesIan Lynagh2011-01-071-3/+3
|
* Tidy up haddock symlink installationIan Lynagh2010-09-301-5/+5
| | | | | In particular, it now doesn't get created if we aren't installing haddock.
* Fixes for when HADDOCK_DOCS=NOIan Lynagh2010-09-211-1/+4
|
* Don't build haddock is HADDOCK_DOCS is NOIan Lynagh2010-09-211-0/+4
|
* 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.