Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a shell script, rather than perl script, to make flags.xsl | Ian Lynagh | 2009-12-31 | 2 | -22/+27 |
| | |||||
* | Add support for the man page to the new build system | Ian Lynagh | 2009-11-19 | 2 | -50/+56 |
| | |||||
* | GHC new build system megapatch | Ian Lynagh | 2009-04-26 | 1 | -1/+0 |
| | |||||
* | Call $(PERL) rather than perl when making the manpage | Ian Lynagh | 2008-09-30 | 1 | -1/+1 |
| | |||||
* | bindists are now some way towards working | Ian Lynagh | 2008-08-10 | 1 | -6/+2 |
| | |||||
* | Replace "tail -n +2" with "sed 1d", as Solaris doesn't understand the former | Ian Lynagh | 2007-10-31 | 1 | -1/+2 |
| | |||||
* | Only build/install the man page if XSLTPROC is defined | Ian Lynagh | 2007-10-27 | 1 | -0/+6 |
| | |||||
* | Build the manpage when building, not when installing | Ian Lynagh | 2007-10-24 | 1 | -0/+2 |
| | |||||
* | Fix installing the documentation in the bindists | Ian Lynagh | 2007-10-23 | 1 | -0/+9 |
| | |||||
* | Make the manpage obey DESTDIR | Ian Lynagh | 2007-08-31 | 1 | -3/+3 |
| | |||||
* | Standardized Makefile for man page | sven.panne@aedion.de | 2006-12-30 | 1 | -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 manpage | Ian Lynagh | 2006-12-05 | 2 | -0/+335 |
Set GhcManpages=YES in mk/build.mk if you want to build the manpage. |