patch applied (ghc): Standardized Makefile for man page
Sven Panne <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.all |
|---|---|
| Message-ID | <20061230120218.GA14594__1338.53126685626$1167480156$gmane$org@cvs.haskell.org> |
Sat Dec 30 03:56:23 PST 2006 [email protected] * Standardized Makefile for man page 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. M ./docs/man/Makefile -31 +17