summaryrefslogtreecommitdiff
path: root/rules/haddock.mk
Commit message (Expand)AuthorAgeFilesLines
* rules/haddock: Add EXTRA_HADDOCK_OPTS flagBen Gamari2015-12-171-1/+2
* Build system: fix 'make install-strip' in bindistThomas Miedema2015-12-121-0/+2
* haddock.mk: Use \{1,\} instead of \+Ben Gamari2015-11-161-4/+4
* rules/haddock: Set __HADDOCK_VERSION__Ben Gamari2015-11-121-0/+7
* Build system: comments only [skip ci]Thomas Miedema2015-07-131-1/+1
* build: make haddock a bit less chattyAustin Seipp2015-06-021-0/+1
* Build system: don't install haddock .t files (#10410)Thomas Miedema2015-05-271-1/+1
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-2/+2
* Simplify ghc-cabalIan Lynagh2013-05-141-1/+1
* Some build system refactoringIan Lynagh2013-04-201-1/+1
* Use more of the automatically generated INPLACE variablesIan Lynagh2013-03-031-2/+2
* Add PACKAGES_STAGE0 to build-dirs too; fixes #7700Ian Lynagh2013-03-031-1/+4
* Change how the build system handles packagesIan Lynagh2013-03-011-1/+1
* iOS patch no 2: remove obsolete CROSS_COMPILE variable; #7699Ian Lynagh2013-02-171-1/+1
* Fix the haddocking build system rules when dynamic is the default wayIan Lynagh2012-10-251-3/+3
* Make .t files when running haddockIan Lynagh2012-08-141-1/+2
* Improve support for cross-compilationSimon Marlow2012-01-301-1/+1
* Fix typoIan Lynagh2011-10-261-1/+1
* Fix Haddock dependency on library archiveManuel M T Chakravarty2011-10-251-1/+1
* Add build system profiling to build systemIan Lynagh2011-01-231-0/+2
* Pass --hoogle to haddock; fixes trac #4521Ian Lynagh2010-12-191-0/+1
* Tweak the haddock rules; no functional changeIan Lynagh2010-10-201-1/+1
* add a simple trace facility to the build systemSimon Marlow2010-09-211-0/+1
* Give haddock per-package source entity paths; fixes #3810Ian Lynagh2010-09-031-1/+1
* Pass --no-tmp-comp-dir to Haddock (see comment)Simon Marlow2010-06-041-0/+7
* fix --source-entity option passed to Haddock: we needed to escape a #Simon Marlow2010-06-031-1/+1
* When haddocking, we need the dependencies to have been builtIan Lynagh2010-05-251-1/+1
* hide modules properly with haddockSimon Marlow2010-01-131-0/+1
* fix for HSCOLOUR_SRCS=NOSimon Marlow2010-01-131-0/+2
* Invoke Haddock directly from the build system, instead of via CabalSimon Marlow2010-01-121-9/+20
* exclude some haddock-related rules during BINDISTSimon Marlow2009-11-171-0/+2
* Use "order only constraints" for directoriesIan Lynagh2009-10-021-2/+1
* Fix creation of library doc index, and put the library docs in bindistsIan Lynagh2009-08-021-0/+1
* 'make html' in a library builds the Haddock docsSimon Marlow2009-06-301-1/+4
* fix commentSimon Marlow2009-05-291-1/+1
* Quote commands that we run, so they work if there are space in their pathsIan Lynagh2009-05-301-2/+2
* Make haddocking depend on the library .a filesimonpj@microsoft.com2009-05-291-0/+4
* Add a haddock target, for just building the haddock docsIan Lynagh2009-05-261-0/+2
* Add some more $s to rules/haddock.mk for consistencyIan Lynagh2009-05-261-2/+2
* Fix haddockingIan Lynagh2009-05-261-1/+1
* Prevent haddock docs being built when HADDOCK_DOCS=NODuncan Coutts2009-04-291-0/+2
* Add a header to all build system files:Simon Marlow2009-04-281-0/+12
* GHC new build system megapatchIan Lynagh2009-04-261-0/+27