summaryrefslogtreecommitdiff
path: root/docs/man
Commit message (Collapse)AuthorAgeFilesLines
* Use a shell script, rather than perl script, to make flags.xslIan Lynagh2009-12-312-22/+27
|
* Add support for the man page to the new build systemIan Lynagh2009-11-192-50/+56
|
* GHC new build system megapatchIan Lynagh2009-04-261-1/+0
|
* Call $(PERL) rather than perl when making the manpageIan Lynagh2008-09-301-1/+1
|
* bindists are now some way towards workingIan Lynagh2008-08-101-6/+2
|
* Replace "tail -n +2" with "sed 1d", as Solaris doesn't understand the formerIan Lynagh2007-10-311-1/+2
|
* Only build/install the man page if XSLTPROC is definedIan Lynagh2007-10-271-0/+6
|
* Build the manpage when building, not when installingIan Lynagh2007-10-241-0/+2
|
* Fix installing the documentation in the bindistsIan Lynagh2007-10-231-0/+9
|
* Make the manpage obey DESTDIRIan Lynagh2007-08-311-3/+3
|
* Standardized Makefile for man pagesven.panne@aedion.de2006-12-301-31/+17
| | | | | | | | | | | Use our standard build machinery for building, installing and cleaning the man page. Do not use deprecated -<num> option for 'head'. Use $(RM) instead of explicit 'rm -f' for better portability. Note that we always build/install the man page with the 'install-docs' target now, this is the usual behaviour. "GhcManpages is dead, Jim..." This patch should unbreak 'make dist', too.
* Make a ghc/ghci manpageIan Lynagh2006-12-052-0/+335
Set GhcManpages=YES in mk/build.mk if you want to build the manpage.