summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Define install-strip in MakefileIan Lynagh2007-11-241-0/+3
* Build Cabal user guide during "make", not only "make install-docs"Ian Lynagh2007-11-101-1/+1
* Rename Parser.ly in the extralibs tarball; fixes #1859Ian Lynagh2007-11-101-1/+1
* MERGED: We need to install-docs when making the Windows bindistIan Lynagh2007-10-271-0/+1
* We need to set _way=* in rts/ both when making and installing bindistsIan Lynagh2007-10-271-3/+1
* Only build/install the man page if XSLTPROC is definedIan Lynagh2007-10-271-0/+2
* install the Cabal docs, and make them show up in a binary distributionSimon Marlow2007-10-261-2/+3
* binary-dist: Makefile-vars needs HADDOCK_DOCS=YESSimon Marlow2007-10-251-0/+2
* Fix ghc package in bindists; it wasn't adding the depenedency on readlineIan Lynagh2007-10-241-0/+1
* Hack to make sure we get all the RTS ways in bindistsIan Lynagh2007-10-241-1/+3
* Fix installing the documentation in the bindistsIan Lynagh2007-10-231-67/+11
* patch from #1782; fixes check-packages target on SolarisSimon Marlow2007-10-221-2/+3
* Unbreak "dist" target for fresh treessven.panne@aedion.de2007-09-231-1/+1
* make stamp.inplace-gcc-lib copy $(LD) instead of $(GccDir)ld.exe to avoid bui...shelarcy2007-09-201-1/+1
* Hack to get haskell-src's Parser.hs into source distributionsIan Lynagh2007-09-191-0/+1
* MERGED: Another attempt at getting bindists working everywhereIan Lynagh2007-09-181-1/+1
* Unbreak "clean" and "distclean" targets when there is no testsuitesven.panne@aedion.de2007-09-151-1/+1
* distclean: extra-gcc-opts, testsuiteSimon Marlow2007-09-141-1/+2
* Refer to "boot" libs, not "core" libsIan Lynagh2007-09-141-2/+2
* Fix publishingIan Lynagh2007-09-071-1/+12
* Fix bindist creation on WindowsIan Lynagh2007-09-051-1/+1
* Fix up bindist creation and publishingIan Lynagh2007-09-051-12/+7
* Use DESTDIR when installingIan Lynagh2007-08-281-3/+2
* On Windows, stage1 also deps on stamp.inplace-gcc-libIan Lynagh2007-08-261-1/+7
* Don't put push-all and darcs-all in source distsIan Lynagh2007-08-251-1/+1
* Added a few missing files to a source distributionsven.panne@aedion.de2007-08-251-1/+1
* include bindisttest in source distributions (fixes srcdist)Simon Marlow2007-08-241-1/+1
* Add a bindisttest directoryIan Lynagh2007-08-221-2/+3
* Include package.mk in target.mk, in the bindists's mk/Ian Lynagh2007-08-221-1/+2
* FIX #1427, #1569: gcc 4.2.x needs -fno-toplevel-reorderSimon Marlow2007-08-211-0/+6
* Hack: copy ld.exe to compiler/gcc-lib so Cabal can find itIan Lynagh2007-07-211-0/+22
* Fix putting hsicon.ico into the Windows installer; fixes #1515Ian Lynagh2007-07-141-6/+4
* Update the in-tree GMP; fixes trac #832Ian Lynagh2007-07-051-3/+4
* The standard SUBDIRS in the top level Makefile should include librariesIan Lynagh2007-07-041-7/+4
* Define SUBDIRS in Makefile (needed for clean; fixes trac #1440)Ian Lynagh2007-06-251-0/+3
* Fix typo in MakefileIan Lynagh2007-06-221-1/+1
* Windows bindist tweakingIan Lynagh2007-06-091-4/+6
* Fix the ghc package in bindistsIan Lynagh2007-06-091-0/+3
* Fix bindists on WindowsIan Lynagh2007-06-091-7/+11
* Install the RTS from a bindist correctlyIan Lynagh2007-06-051-23/+19
* Fix bindist creationIan Lynagh2007-06-011-51/+14
* Rework the build system a bitIan Lynagh2007-05-311-4/+1
* fix locations for uploading src distsSimon Marlow2007-05-311-4/+4
* Fix copy-and-paste-oIan Lynagh2007-05-301-1/+1
* Build Windows installer when making a bindist if ISCC is setIan Lynagh2007-05-291-3/+28
* separate the Windows version of uploading the docs, and fix itSimon Marlow2007-05-211-2/+11
* use relative dir for uploading to avoid problems on WindowsSimon Marlow2007-05-211-1/+1
* autodetect BINDIST_DOC_WAYS againSimon Marlow2007-05-181-16/+22
* Add dist/ to $(PublishLocation)Simon Marlow2007-05-181-2/+2
* Add a missing semicolon causing publish-binary-dist to failIan Lynagh2007-05-161-1/+1