aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix some broken links (#15733)Fangyi Zhou2018-11-121-2/+2
| | | | | | | | | | | | | | | | Summary: For links in subpackages as well. https://phabricator.haskell.org/D5257 Test Plan: Manually verify links Reviewers: mpickering, bgamari, osa1 Reviewed By: osa1 GHC Trac Issues: #15733 Differential Revision: https://phabricator.haskell.org/D5262
* Update Makefile for the new GHC build systemIan Lynagh2009-07-051-69/+15
|
* Fix the location of INPLACE_PKG_CONF; fixes the buildIan Lynagh2009-01-111-1/+1
| | | | Spotted by Conal Elliott
* Compile with wrapper but remove it for dist-installClemens Fruhwirth2008-10-101-1/+8
|
* Fix building haddock when GhcProfiled=YESIan Lynagh2008-09-281-1/+10
|
* Fix the in-tree haddock on WindowsIan Lynagh2008-09-211-1/+7
|
* We need to tell haddock that its datasubdir is . or it can't find package.confIan Lynagh2008-09-101-0/+1
|
* bindist fixesIan Lynagh2008-09-071-0/+13
|
* Fix in-tree haddock on WindowsIan Lynagh2008-08-291-2/+2
|
* Don't use Cabal wrappers on WindowsIan Lynagh2008-08-281-1/+6
|
* Fixes for using haddock in a GHC build treeIan Lynagh2008-08-281-0/+21
|
* Add a Makefile for GHC's build system. Still won't work yet, but we're closerIan Lynagh2008-08-141-0/+7
|
* First cut of Cabal build systemsimonmar2005-10-141-6/+0
|
* [haddock @ 2003-09-10 08:23:48 by simonmar]simonmar2003-09-101-1/+1
| | | | | | Add doc subdir. Patch contributed by: Ian Lynagh <igloo@earth.li>.
* [haddock @ 2002-04-29 15:56:39 by simonmar]simonmar2002-04-291-5/+1
| | | | Install the auxilliary bits
* [haddock @ 2002-04-04 16:23:43 by simonmar]simonmar2002-04-041-0/+10
This is Haddock, my stab at a Haskell documentation tool. It's not quite ready for release yet, but I'm putting it in the repository so others can take a look. It uses a locally modified version of the hssource parser, extended with support for GHC extensions and documentation annotations.