From: Kevin M. Rosenberg Date: Fri, 21 Nov 2003 03:46:37 +0000 (+0000) Subject: r8261: Automated commit for Debian build of hyperobject upstream-version-2.8.8 X-Git-Tag: debian-2.11.0-2~29 X-Git-Url: http://git.kpe.io/?p=hyperobject.git;a=commitdiff_plain;h=f55711065679053a2f78cd94552f42167157bae2 r8261: Automated commit for Debian build of hyperobject upstream-version-2.8.8 --- 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