X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fman%2FMakefile;h=e4e0c33f04a7f2c509a05f0f1b16a19264f0f9ec;hb=59fa6266f00b6edcfc20c491c8de9a1b215dfa22;hp=71644ca28c1342ab0946eee2cdd7166fe11172a3;hpb=2de31b61d0a963803eb5632c9659c6093d74f345;p=ghc-hetmet.git 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.