From f55711065679053a2f78cd94552f42167157bae2 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 21 Nov 2003 03:46:37 +0000 Subject: [PATCH] r8261: Automated commit for Debian build of hyperobject upstream-version-2.8.8 --- doc/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/Makefile b/doc/Makefile index 431de9a..8905b68 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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 -- 2.34.1