From 4935f3c5804faba334d32d0a565088684fa3f24d Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Wed, 28 Dec 2005 01:03:47 +0000 Subject: Define macro for xsltproc --- Makefile.common | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.common b/Makefile.common index f7d1cce..0a3291e 100644 --- a/Makefile.common +++ b/Makefile.common @@ -56,6 +56,8 @@ endif # Define a macro to locate xmlto(1) so we can choose a specific version # by "make XMLTO=/path/to/xmlto", if we so desire. XMLTO =xmlto +# Let's also do this for xsltproc(1). +XSLTPROC=xsltproc ######################################################################### # PUT NO TARGETS BEFORE THIS ONE, not even in your base Makefile # In a properly-constructed Makefile, this will be the default target -- cgit