| Commit message (Expand) | Author | Age | Files | Lines |
* | Support more doc targets (html, pdf, etc) in the libraries Makefile | Ian Lynagh | 2007-11-10 | 1 | -1/+10 |
* | eliminate a bit of duplication | Simon Marlow | 2007-11-05 | 1 | -1/+1 |
* | eliminate a bit of duplication | Simon Marlow | 2007-11-05 | 1 | -1/+1 |
* | MERGED: Set interfacedir (using $topdir, not $httptopdir) | Ian Lynagh | 2007-11-03 | 2 | -33/+39 |
* | MERGED: installPackage needs to treat $httptopdir the same as $topdir | Ian Lynagh | 2007-11-03 | 1 | -0/+2 |
* | MERGED: Define and use $httptopdir for the haddock docs locations | Ian Lynagh | 2007-11-03 | 1 | -1/+1 |
* | We need to copy .buildinfo files into the bindists | Ian Lynagh | 2007-10-28 | 1 | -0/+1 |
* | clean Haddock droppings | Simon Marlow | 2007-10-31 | 1 | -0/+1 |
* | fix installation of haddock.css and friends | Simon Marlow | 2007-10-29 | 1 | -3/+3 |
* | fix the links in the library documentation index | Simon Marlow | 2007-10-25 | 2 | -9/+29 |
* | Fix ghc package in bindists; it wasn't adding the depenedency on readline | Ian Lynagh | 2007-10-24 | 1 | -0/+4 |
* | Tell Cabal what it's version number is while bootstrapping it | Duncan Coutts | 2007-10-18 | 1 | -2/+2 |
* | html_installed_root shouldn't contain $$pkgid | Ian Lynagh | 2007-09-27 | 1 | -1/+1 |
* | Put packages in ../$$pkgid not ../$$pkg | Ian Lynagh | 2007-09-23 | 1 | -5/+5 |
* | Fix bug #1725 (Haddock links between packages) | sven.panne@aedion.de | 2007-09-23 | 1 | -7/+7 |
* | Include build.mk or validate{,-settings}.mk through custom-settings.mk | Ian Lynagh | 2007-09-18 | 1 | -3/+3 |
* | MERGED: Another attempt at getting bindists working everywhere | Ian Lynagh | 2007-09-18 | 2 | -43/+57 |
* | Make DESTDIR work again | sven.panne@aedion.de | 2007-09-16 | 1 | -1/+1 |
* | Resurrect the "lib" subdirectory in the installation tree, it was somehow lost | sven.panne@aedion.de | 2007-09-16 | 1 | -2/+2 |
* | distclean: <lib>/.depend[.bak] | Simon Marlow | 2007-09-14 | 1 | -0/+3 |
* | Refer to "boot" libs, not "core" libs | Ian Lynagh | 2007-09-14 | 3 | -3/+3 |
* | More library installation path fiddling | Ian Lynagh | 2007-09-13 | 2 | -10/+19 |
* | libsubdir for libraries is now always $$pkgid | Ian Lynagh | 2007-09-13 | 1 | -11/+1 |
* | Define RelocatableBuild variable | Ian Lynagh | 2007-09-13 | 1 | -1/+1 |
* | We need to thread lots more paths through installPackage to make bindists work | Ian Lynagh | 2007-09-13 | 2 | -12/+28 |
* | Handle doc-index*.html, not just doc-index.html | Ian Lynagh | 2007-09-12 | 1 | -3/+3 |
* | Fix installation code | Ian Lynagh | 2007-09-12 | 1 | -6/+6 |
* | Further tweaking of haddock doc installation | Ian Lynagh | 2007-09-11 | 2 | -15/+33 |
* | Yet another attempt to get the paths for the installed documentation correct | sven.panne@aedion.de | 2007-09-09 | 2 | -17/+14 |
* | Add a "show" target here, too, quite useful for debugging the build process | sven.panne@aedion.de | 2007-09-09 | 1 | -1/+4 |
* | Add a crucial missing ; | Ian Lynagh | 2007-09-08 | 1 | -1/+1 |
* | Don't put directories for unbuildable libraries in bindists | Ian Lynagh | 2007-09-07 | 1 | -1/+1 |
* | Updates to work with latest cabal. | Duncan Coutts | 2007-09-06 | 2 | -2/+2 |
* | Make installPackage install settings from the [package].buildinfo file. | judah.jacobson@gmail.com | 2007-09-06 | 1 | -1/+14 |
* | Wibble some variable definitions to fix installation of bindists | Ian Lynagh | 2007-09-06 | 1 | -3/+2 |
* | Quote all the arguments to installPackage | Ian Lynagh | 2007-09-05 | 1 | -1/+1 |
* | Fix bindist creation on Windows | Ian Lynagh | 2007-09-05 | 2 | -18/+25 |
* | Fix up bindist creation and publishing | Ian Lynagh | 2007-09-05 | 1 | -2/+2 |
* | Don't hardwire the build path into the Haddock docs | sven.panne@aedion.de | 2007-09-04 | 1 | -1/+1 |
* | Follow Cabal module movements in installPackage | Ian Lynagh | 2007-08-31 | 1 | -2/+2 |
* | Don't try to copy haddock index files if we haven't built the docs. | judah.jacobson@gmail.com | 2007-08-31 | 1 | -0/+2 |
* | Use cp -R instead of cp -a (it's more portable). | judah.jacobson@gmail.com | 2007-08-31 | 1 | -3/+3 |
* | Fix installing the libraries when there is no DESTDIR | Ian Lynagh | 2007-08-31 | 2 | -2/+3 |
* | Obey DESTDIR when installing library docs | Ian Lynagh | 2007-08-31 | 2 | -12/+14 |
* | Fix where all the documentation gets installed | Ian Lynagh | 2007-08-30 | 1 | -20/+17 |
* | Use DESTDIR when installing | Ian Lynagh | 2007-08-28 | 2 | -9/+21 |
* | Copy LICENSE files into the bindist, as Cabal now installs them | Ian Lynagh | 2007-08-28 | 1 | -0/+1 |
* | Cabal upstream API change -- installPackage to use installDirTemplates | Clemens Fruhwirth | 2007-08-24 | 1 | -2/+2 |
* | clean doc-index-*.html (for older versions of Haddock) | Simon Marlow | 2007-08-24 | 1 | -1/+1 |
* | binary-dist: remove comment from the middle of a shell command | Simon Marlow | 2007-08-21 | 1 | -1/+0 |