summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2005-12-28 01:03:47 +0000
committerPaul W. Frields <stickster@gmail.com>2005-12-28 01:03:47 +0000
commit4935f3c5804faba334d32d0a565088684fa3f24d (patch)
treede75e8c1090a0a4c2233345e9d339c427955cb60
parente2fee90977835c44c4118a355170faa654068457 (diff)
downloadfedora-doc-utils-4935f3c5804faba334d32d0a565088684fa3f24d.tar.gz
fedora-doc-utils-4935f3c5804faba334d32d0a565088684fa3f24d.tar.xz
fedora-doc-utils-4935f3c5804faba334d32d0a565088684fa3f24d.zip
Define macro for xsltproc
-rw-r--r--Makefile.common2
1 files changed, 2 insertions, 0 deletions
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