diff --git a/make-includes/local_configuration.make.in b/make-includes/local_configuration.make.in index 8c2f238..143ff16 100755 --- a/make-includes/local_configuration.make.in +++ b/make-includes/local_configuration.make.in @@ -1,5 +1,7 @@ ################################################################################ # +# $Id$ +# # @configure_input@ # # This file sets up items that are system dependent (mostly paths to various) @@ -10,7 +12,7 @@ ################################################################################ # File system. -MKDIR=@MKDIR_P@ +MKDIR_P=@MKDIR_P@ MV=@MV@ CP=@CP@ RM=@RM@ @@ -32,7 +34,10 @@ # Miscellaneous. SED=@SED@ +CUT=@CUT@ PERL=@PERL@ +DATE=@DATE@ +EXPR=@EXPR@ JAVA=@JAVA@ MAKE=@MAKE@ @@ -44,13 +49,20 @@ # XML manipulation. XMLLINT=@XMLLINT@ -XSLTPROC=@XSLTPROC@ # Note: distinct from the XSLT environment variable. +# 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. +XSLTPROC=@XSLTPROC@ # Image manipulation and conversion (includes PDF & PS). CONVERT=@CONVERT@ +COMPOSITE=@COMPOSITE@ PDFNUP=@PDFNUP@ PDFCROP=@PDFCROP@ PS2EPS=@PS2EPS@ +PS2PDF=@PS2PDF@ +SHIFTBBOX=@SHIFTBBOX@ EPSTOPDF=@EPSTOPDF@ INKSCAPE=@INKSCAPE@ GS=@GS@