diff --git a/make-includes/local_configuration.make.in b/make-includes/local_configuration.make.in index 2b295de..35d4d22 100755 --- a/make-includes/local_configuration.make.in +++ b/make-includes/local_configuration.make.in @@ -50,10 +50,11 @@ # XML manipulation. XMLLINT=@XMLLINT@ # Note: XSLTPROC is distinct from the XSLT environment variable. -# We may not even use this, as the command-line arguments are different -# for each processor anyway, which means that the current parameterised -# function approach is better in general. +# We may not even use this directly, as the command-line arguments are +# different for each processor anyway, which means that the current +# approach of parameterised make functions is better in general. XSLTPROC=@XSLTPROC@ +RESOLVER=@RESOLVER@ # Image manipulation and conversion (includes PDF & PS). CONVERT=@CONVERT@