From: Ian Lynagh Date: Tue, 30 Sep 2008 15:50:54 +0000 (+0000) Subject: Call $(PERL) rather than perl when making the manpage X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=1a5fb43bc0aa61ec746083a963deb545c783a4b3 Call $(PERL) rather than perl when making the manpage --- diff --git a/docs/man/Makefile b/docs/man/Makefile index 71644ca..e4e0c33 100644 --- a/docs/man/Makefile +++ b/docs/man/Makefile @@ -23,7 +23,7 @@ $(MAN_PAGE).$(MAN_SECTION): flags.xsl flags.xml # Insert the commands and the library directory into the man page flags.xsl: gen_flags.xsl.pl - perl gen_flags.xsl.pl "$(GHC_COMMANDS)" "$(libdir)" > $@ + $(PERL) gen_flags.xsl.pl "$(GHC_COMMANDS)" "$(libdir)" > $@ # Re-use the flags documentation from the user's guide by injecting some # entities after the XML declaration to make it a stand-alone document.