r8261: Automated commit for Debian build of hyperobject upstream-version-2.8.8
[hyperobject.git] / doc / Makefile
index 431de9a15de3f377cd660d40ef88e46c94243c5d..8905b68aae89e5c60661e12f50015fdd5dc277a4 100644 (file)
@@ -57,6 +57,10 @@ HTMLFILE:=${DOCFILE_BASE}.html
 TMPFILES:=${DOCFILE_BASE}.aux ${DOCFILE_BASE}.out ${DOCFILE_BASE}.log
 DOCFILES:=$(shell echo *.xml *.xsl)
 
+ifeq ($(XSLTPROC),)
+  XSLTPROC:=xsltproc
+endif
+
 CATALOG:=`pwd`/catalog-${OS}.xml
 CHECK:=XML_CATALOG_FILES="$(CATALOG)" xmllint --noout --xinclude --postvalid $(DOCFILE) || exit 1