summaryrefslogtreecommitdiff
path: root/docs/man
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-09-30 15:50:54 +0000
committerIan Lynagh <igloo@earth.li>2008-09-30 15:50:54 +0000
commit1a5fb43bc0aa61ec746083a963deb545c783a4b3 (patch)
treeee3e1ec0e73c124bbbdc85349c354eee9053aba5 /docs/man
parent0c5b50008cc9b8192212baecd45c5ed2c87576d9 (diff)
downloadhaskell-1a5fb43bc0aa61ec746083a963deb545c783a4b3.tar.gz
Call $(PERL) rather than perl when making the manpage
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/Makefile b/docs/man/Makefile
index 71644ca28c..e4e0c33f04 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.